FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4b |
| Resource Type | Observation |
| Id | Observation-DecedentPregnancyStatus-Example1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation DecedentPregnancyStatus-Example1
status: Final
code: Timing of recent pregnancy in relation to death
subject: Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)
value: Pregnant at time of death
{
"resourceType": "Observation",
"id": "DecedentPregnancyStatus-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-pregnancy-status"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "69442-2"
}
]
},
"subject": {
"reference": "Patient/Decedent-Example1"
},
"valueCodeableConcept": {
"extension": [
{
"url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/BypassEditFlag",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-vr-edit-flags",
"code": "2",
"display": "Edit Failed, Data Queried, but not Verified"
}
]
}
}
],
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/CodeSystem-death-pregnancy-status",
"code": "2",
"display": "Pregnant at time of death"
}
]
}
}