FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-InfantLivingExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation InfantLivingExample
Profile: Observation - Infant Living
status: Final
code: Infant living at time of report [US Standard Certificate of Live Birth]
subject: Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)
effective: 2019-12-02
performer: Practitioner Smith Joe
value: true
{
"resourceType": "Observation",
"id": "InfantLivingExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-infant-living"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "73757-7",
"display": "Infant living at time of report [US Standard Certificate of Live Birth]"
}
]
},
"subject": {
"reference": "Patient/PatientChildExample"
},
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "Practitioner/practitioner-joe-smith"
}
],
"valueBoolean": true
}