BodyStructure

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 (qualifier value)"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "818983003",
"display": "Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall (body structure)"
}
]
},
"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 (qualifier value)" />
</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 (body structure)" />
</coding>
</location>
<reference value="Patient-DemeizaSeo-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449306559" />
</identifier>
</patient>
</BodyStructure>


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 (qualifier value)"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39607008",
"display": "Lung structure (body 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 (qualifier value)" />
</coding>
</morphology>
<system value="http://snomed.info/sct" />
<code value="39607008" />
<display value="Lung structure (body structure)" />
</coding>
</location>
<reference value="Patient-ZelmaHadjkiss-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307555" />
</identifier>
</patient>
</BodyStructure>


BodyStructure-SpecimenBodySiteLocation-Example

BodyStructure recording the location of a specimen body site collection.

BodyStructure
{
"resourceType": "BodyStructure",
"id": "BodyStructure-SpecimenBodySiteLocation-Example",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "369755005",
"display": "Multiple tumors (qualifier value)"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008",
"display": "Breast structure (body structure)"
}
]
},
"patient": {
"reference": "Patient-KayBurbridge-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303541"
}
}
}
<BodyStructure xmlns="http://hl7.org/fhir">
<id value="BodyStructure-SpecimenBodySiteLocation-Example" />
<system value="http://snomed.info/sct" />
<code value="369755005" />
<display value="Multiple tumors (qualifier value)" />
</coding>
</morphology>
<system value="http://snomed.info/sct" />
<code value="76752008" />
<display value="Breast structure (body structure)" />
</coding>
</location>
<reference value="Patient-KayBurbridge-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303541" />
</identifier>
</patient>
</BodyStructure>


BodyStructure-PancreaticTumour

BodyStructure recording the location of a Pancreatoblastoma, within the upper region of the Pancreas.

BodyStructure
{
"resourceType": "BodyStructure",
"id": "BodyStructure-PancreaticTumour-Example",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "53618008",
"display": "Pancreatoblastoma"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "15776009",
"display": "Pancreatic structure"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "261183002",
"display": "Upper"
}
]
}
],
"patient": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999999"
}
}
}
<BodyStructure xmlns="http://hl7.org/fhir">
<id value="BodyStructure-PancreaticTumour-Example" />
<system value="http://snomed.info/sct" />
<code value="53618008" />
<display value="Pancreatoblastoma" />
</coding>
</morphology>
<system value="http://snomed.info/sct" />
<code value="15776009" />
<display value="Pancreatic structure" />
</coding>
</location>
<system value="http://snomed.info/sct" />
<code value="261183002" />
<display value="Upper" />
</coding>
</locationQualifier>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9999999999" />
</identifier>
</patient>
</BodyStructure>