Birth Defects Reporting - STU1
0.1.2 - draft
Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ObservationInterpretationExample",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationInterpretationExample</b></p><a name=\"ObservationInterpretationExample\"> </a><a name=\"hcObservationInterpretationExample\"> </a><a name=\"ObservationInterpretationExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 22637-3}\">Pathology report final diagnosis Narrative</span></p><p><b>subject</b>: <a href=\"Patient-PatientChildExample.html\">Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)</a></p><p><b>effective</b>: 2024-07-06 11:45:33+0000</p><p><b>value</b>: Deletion of the long arm of chromosome 5.</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "22637-3",
"display" : "Pathology report final diagnosis Narrative"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientChildExample"
},
"effectiveDateTime" : "2024-07-06T11:45:33Z",
"valueString" : "Deletion of the long arm of chromosome 5."
}