UKCore-BodyStructure-MedianCubitalVein-Example

An example to illustrate a body structure of a vein

Table View

BodyStructure.id[0]UKCore-BodyStructure-MedianCubitalVein-Example
BodyStructure.text[0].status[0]additional
BodyStructure.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a body structure of a vein</div>
BodyStructure.location[0].coding[0].system[0]http://snomed.info/sct
BodyStructure.location[0].coding[0].code[0]49852007
BodyStructure.location[0].coding[0].display[0]Structure of median cubital vein
BodyStructure.location[0].text[0]Forearm
BodyStructure.locationQualifier[0].coding[0].system[0]http://snomed.info/sct
BodyStructure.locationQualifier[0].coding[0].code[0]419161000
BodyStructure.locationQualifier[0].coding[0].display[0]Unilateral left
BodyStructure.locationQualifier[0].text[0]Left
BodyStructure.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

BodyStructure

XML View

<BodyStructure xmlns="http://hl7.org/fhir">
<id value="UKCore-BodyStructure-MedianCubitalVein-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="http://snomed.info/sct" />
<code value="49852007" />
<display value="Structure of median cubital vein" />
</coding>
<text value="Forearm" />
</location>
<system value="http://snomed.info/sct" />
<code value="419161000" />
<display value="Unilateral left" />
</coding>
<text value="Left" />
</locationQualifier>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
</BodyStructure>

JSON View

{
"resourceType": "BodyStructure",
"id": "UKCore-BodyStructure-MedianCubitalVein-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49852007",
"display": "Structure of median cubital vein"
}
],
"text": "Forearm"
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419161000",
"display": "Unilateral left"
}
],
"text": "Left"
}
],
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to: