FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-AdmissionToNicuExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AdmissionToNicuExample
Profile: Observation - NICU Admission
status: Final
code: Abnormal conditions of the newborn [US Standard Certificate of Live Birth]
subject: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)
effective: 2019-12-02
performer: Practitioner Smith Joe
value: Admission to neonatal intensive care unit (procedure)
{
"resourceType": "Observation",
"id": "AdmissionToNicuExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-nicu-admission"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "73812-0"
}
]
},
"subject": {
"reference": "Patient/PatientNewbornExample"
},
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "Practitioner/practitioner-joe-smith"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "830077005"
}
]
}
}