FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4b
Resource TypeObservation
IdObservation-DecedentPregnancyStatus-Example1.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
      }
    ]
  }
}