HL7 Laboratory Report, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-lab-rep-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "BodyStructure",
"id" : "bodystruct-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/lab-report/StructureDefinition/BodyStructure-uv-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure bodystruct-example</b></p><a name=\"bodystruct-example\"> </a><a name=\"hcbodystruct-example\"> </a><a name=\"bodystruct-example-en-US\"> </a><p><b>active</b>: false</p><p><b>morphology</b>: <span title=\"Codes:\">Skin patch</span></p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 14975008}\">Forearm</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 255549009}\">Anterior</span></p><p><b>patient</b>: <a href=\"Patient-pat-lab-example.html\">František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p></div>"
},
"active" : false,
"morphology" : {
"text" : "Skin patch"
},
"location" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "14975008",
"display" : "Forearm"
}
]
},
"locationQualifier" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "255549009",
"display" : "Anterior"
}
],
"text" : "Anterior"
}
],
"patient" : {
🔗 "reference" : "Patient/pat-lab-example"
}
}