FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-PregnancyOutcomeExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation PregnancyOutcomeExample
Profile: Observation - Pregnancy Outcome
status: Final
code: Was your pregnancy a live birth, stillbirth, miscarriage, abortion, or ectopic pregnancy [PhenX]
subject: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)
effective: 2019-12-02
performer: Practitioner Smith Joe
value: Livebirth
{
"resourceType": "Observation",
"id": "PregnancyOutcomeExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/observation-pregnancy-outcome"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "64710-7",
"display": "Was your pregnancy a live birth, stillbirth, miscarriage, abortion, or ectopic pregnancy [PhenX]"
}
]
},
"subject": {
"reference": "Patient/PatientNewbornExample"
},
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "Practitioner/practitioner-joe-smith"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "281050002",
"display": "Livebirth"
}
]
}
}