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" : "ObservationChromosomeExample",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationChromosomeExample</b></p><a name=\"ObservationChromosomeExample\"> </a><a name=\"hcObservationChromosomeExample\"> </a><a name=\"ObservationChromosomeExample-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 62356-1}\">Chromosome analysis result in ISCN expression</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>: 46,XY,del(5)(q13q33)</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" : "62356-1",
"display" : "Chromosome analysis result in ISCN expression"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientChildExample"
},
"effectiveDateTime" : "2024-07-06T11:45:33Z",
"valueString" : "46,XY,del(5)(q13q33)"
}