BodyStructure

BodyStructure-BodySiteLocationLungs-Example

BodyStructure recording the location of a specimen body site collection.

BodyStructure
{
    "resourceType": "BodyStructure",
    "id": "BodyStructure-BodySiteLocationLungs-Example",
    "morphology": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "369755005",
                "display": "Multiple tumors (qualifier value)"
            }
        ]
    },
    "location": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "39607008",
                "display": "Lung structure (body structure)"
            }
        ]
    },
    "patient": {
        "reference": "Patient-ZelmaHadjkiss-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307555"
        }
    }
}
<BodyStructure xmlns="http://hl7.org/fhir">
    <id value="BodyStructure-BodySiteLocationLungs-Example" />
    <morphology>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="369755005" />
            <display value="Multiple tumors (qualifier value)" />
        </coding>
    </morphology>
    <location>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="39607008" />
            <display value="Lung structure (body structure)" />
        </coding>
    </location>
    <patient>
        <reference value="Patient-ZelmaHadjkiss-Example" />
        <identifier>
            <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",
    "morphology": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "369755005",
                "display": "Multiple tumors (qualifier value)"
            }
        ]
    },
    "location": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "76752008",
                "display": "Breast structure (body structure)"
            }
        ]
    },
    "patient": {
        "reference": "Patient-KayBurbridge-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303541"
        }
    }
}
<BodyStructure xmlns="http://hl7.org/fhir">
    <id value="BodyStructure-SpecimenBodySiteLocation-Example" />
    <morphology>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="369755005" />
            <display value="Multiple tumors (qualifier value)" />
        </coding>
    </morphology>
    <location>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="76752008" />
            <display value="Breast structure (body structure)" />
        </coding>
    </location>
    <patient>
        <reference value="Patient-KayBurbridge-Example" />
        <identifier>
            <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",
    "morphology": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "53618008",
                "display": "Pancreatoblastoma"
            }
        ]
    },
    "location": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "15776009",
                "display": "Pancreatic structure"
            }
        ]
    },
    "locationQualifier":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "261183002",
                    "display": "Upper"
                }
            ]
        }
    ],
    "patient": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9999999999"
        }
    }
}
<BodyStructure xmlns="http://hl7.org/fhir">
    <id value="BodyStructure-PancreaticTumour-Example" />
    <morphology>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="53618008" />
            <display value="Pancreatoblastoma" />
        </coding>
    </morphology>
    <location>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="15776009" />
            <display value="Pancreatic structure" />
        </coding>
    </location>
    <locationQualifier>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="261183002" />
            <display value="Upper" />
        </coding>
    </locationQualifier>
    <patient>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9999999999" />
        </identifier>
    </patient>
</BodyStructure>