BodyStructure-BodySiteLocationAbdomen-Example

BodyStructure recording the location of a specimen body site collection.

BodyStructure
{
"resourceType": "BodyStructure",
"id": "BodyStructure-BodySiteLocationAbdomen-Example",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "369755005",
"display": "Multiple tumors"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "818983003",
"display": "Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall"
}
]
},
"patient": {
"reference": "Patient-DemeizaSeo-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449306559"
}
}
}
<BodyStructure xmlns="http://hl7.org/fhir">
<id value="BodyStructure-BodySiteLocationAbdomen-Example" />
<system value="http://snomed.info/sct" />
<code value="369755005" />
<display value="Multiple tumors" />
</coding>
</morphology>
<system value="http://snomed.info/sct" />
<code value="818983003" />
<display value="Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall" />
</coding>
</location>
<reference value="Patient-DemeizaSeo-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449306559" />
</identifier>
</patient>
</BodyStructure>