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" : "Condition",
"id" : "ReportableDiagnosisBirthingExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-reportablediagnosis"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ReportableDiagnosisBirthingExample</b></p><a name=\"ReportableDiagnosisBirthingExample\"> </a><a name=\"hcReportableDiagnosisBirthingExample\"> </a><a name=\"ReportableDiagnosisBirthingExample-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 367506006}\">Polydactyly (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 56459004}\">Foot</span></p><p><b>subject</b>: <a href=\"Patient-PatientNewbornExample.html\">Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)</a></p><p><b>onset</b>: 2020-08-08</p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "encounter-diagnosis"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "367506006",
"display" : "Polydactyly (disorder)"
}
]
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "56459004",
"display" : "Foot"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PatientNewbornExample"
},
"onsetDateTime" : "2020-08-08"
}