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

FHIR IG analytics

Packagehl7.fhir.us.mdi.r4b
Resource TypeObservation
IdObservation-vrdr-death-date-a-freeman.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 vrdr-death-date-a-freeman

Profile: Death Date

status: Final

code: Date+time of death

subject: Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number: SSN#987054321 (use: usual, ))

effective: 2022-01-08 15:30:00-0500

performer: Practitioner Sam Jones (official)

value: 2022-01-08

method: Approximate

component

code: Date and time pronounced dead [US Standard Certificate of Death]

value: 2022-01-08 15:30:00-0500

component

code: Location of death

value: Dead on arrival at hospital


Source1

{
  "resourceType": "Observation",
  "id": "vrdr-death-date-a-freeman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "81956-5",
        "display": "Date+time of death"
      }
    ]
  },
  "subject": {
    "reference": "Patient/us-core-patient-a-freeman"
  },
  "effectiveDateTime": "2022-01-08T15:30:00-05:00",
  "performer": [
    {
      "reference": "Practitioner/vr-practitioner-s-jones"
    }
  ],
  "valueDateTime": "2022-01-08",
  "method": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-date-of-death-determination-methods-cs",
        "code": "approximate",
        "display": "Approximate"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "80616-6",
            "display": "Date and time pronounced dead [US Standard Certificate of Death]"
          }
        ]
      },
      "valueDateTime": "2022-01-08T15:30:00-05:00"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "58332-8"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "63238001",
            "display": "Dead on arrival at hospital"
          }
        ]
      }
    }
  ]
}