BodyStructure-BodySiteLocationLungs-Example

BodyStructure recording the location of a specimen body site collection.

BodyStructure
{
"resourceType": "BodyStructure",
"id": "BodyStructure-BodySiteLocationLungs-Example",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "369755005",
"display": "Multiple tumors"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39607008",
"display": "Lung structure"
}
]
},
"patient": {
"reference": "Patient-ZelmaHadjkiss-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307555"
}
}
}
<BodyStructure xmlns="http://hl7.org/fhir">
<id value="BodyStructure-BodySiteLocationLungs-Example" />
<system value="http://snomed.info/sct" />
<code value="369755005" />
<display value="Multiple tumors" />
</coding>
</morphology>
<system value="http://snomed.info/sct" />
<code value="39607008" />
<display value="Lung structure" />
</coding>
</location>
<reference value="Patient-ZelmaHadjkiss-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307555" />
</identifier>
</patient>
</BodyStructure>