FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-MotherAlcoholUseExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation MotherAlcoholUseExample
Profile: Observation - Mother Alcohol Use
status: Final
code: Alcohol Intake
subject: Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)
focus: RelatedPerson Sara Wellington
effective: 2019-12-02
performer: RelatedPerson Sara Wellington
value: No alcohol use during pregnancy
{
"resourceType": "Observation",
"id": "MotherAlcoholUseExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/observation-mother-alcohol-use"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160573003",
"display": "Alcohol Intake"
}
]
},
"subject": {
"reference": "Patient/PatientChildExample"
},
"focus": [
{
"reference": "RelatedPerson/MotherRelatedPersonExample"
}
],
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "RelatedPerson/MotherRelatedPersonExample"
}
],
"valueString": "No alcohol use during pregnancy"
}