HL7 Laboratory Report
1.0.0-ballot - STU 1 Ballot International flag

This page is part of the HL7 Laboratory Report (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: BodyStructure: example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "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"
  }
}