Vital Records Death Reporting FHIR Implementation Guide
1.2.0 - STU 2 Ballot

This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v1.2.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Funeral Service Licensee Example - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "4b96759f-8395-4093-8417-e1ca3cd26f0a",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-07-22T13:45:13.457+00:00",
    "source" : "#6trg7JpciR7u5T8N",
    "profile" : [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Service-Licensee"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href=\"Practitioner-80db6f45-8a6d-4583-8a03-55a6663523c2.html\">Generated Summary: id: 1122334455; FD Middle Last (OFFICIAL)</a></p><p><b>organization</b>: <a href=\"Organization-6f47da13-0c25-483b-8729-7b96716b17fc.html\">Generated Summary: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type bus}\">Non-Healthcare Business or Corporation</span>; name: Smith Funeral Home</a></p><p><b>telecom</b>: ph: 716-873-1557</p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/80db6f45-8a6d-4583-8a03-55a6663523c2"
  },
  "organization" : {
    "reference" : "Organization/6f47da13-0c25-483b-8729-7b96716b17fc"
  },
  "telecom" : [
    {
      "system" : "phone",
      "value" : "716-873-1557"
    }
  ]
}