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

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4
Resource TypeObservation
IdObservation-DeathDateUT-Example1.json
FHIR VersionR4

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 DeathDateUT-Example1

status: Final

code: Date and time of death [TimeStamp]

subject: Davis Lineberry (official) Male, DoB: 2021-03-04 ( Social Security number)

effective: 2022-01-17 20:23:00-0500

performer: Practitioner Marcus Edwin Welby (official)

value: Partial Date Time Vital Records:

Components

-CodeValue[x]
*Location of deathDeath in hospital

Source1

{
  "resourceType": "Observation",
  "id": "DeathDateUT-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "81956-5"
      }
    ]
  },
  "subject": {
    "reference": "Patient/DecedentUT-Example1"
  },
  "effectiveDateTime": "2022-01-17T20:23:00-05:00",
  "performer": [
    {
      "reference": "Practitioner/PractitionerUT-Pronouncer"
    }
  ],
  "_valueDateTime": {
    "extension": [
      {
        "extension": [
          {
            "url": "year",
            "valueUnsignedInt": 2022
          },
          {
            "url": "month",
            "valueUnsignedInt": 1
          },
          {
            "url": "day",
            "valueUnsignedInt": 17
          },
          {
            "url": "time",
            "valueTime": "18:23:00"
          }
        ],
        "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-time-vr"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "58332-8",
            "display": "Location of death"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "16983000",
            "display": "Death in hospital"
          }
        ]
      }
    }
  ]
}