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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi.r4b
Resource TypeObservation
IdObservation-Example-Smith-Johnson-UponDeathPreference1.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

Upon Death Preferences

I want a military style funderal at the local Veterans Hall.


Source1

{
  "resourceType": "Observation",
  "id": "Example-Smith-Johnson-UponDeathPreference1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-UponDeathPreferences"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "81356-8"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "effectiveDateTime": "2022-05-18T22:33:22Z",
  "performer": [
    {
      "reference": "Patient/Example-Smith-Johnson-Patient1"
    }
  ],
  "valueString": "Upon death preference: I want a military style funderal at the local Veterans Hall."
}