Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.0-ballot2 - STU2 ballot United States of America flag

This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-ballot2: STU 2 Ballot 3) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: US Core Practitioner – Death Pronouncement Performer - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "us-core-practitioner-dcr-ex1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner us-core-practitioner-dcr-ex1</b></p><a name=\"us-core-practitioner-dcr-ex1\"> </a><a name=\"hcus-core-practitioner-dcr-ex1\"> </a><a name=\"us-core-practitioner-dcr-ex1-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1234567</p><p><b>name</b>: Lm Doctor (Official)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 309343006}\">Medical doctor</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1234567"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Doctor",
      "given" : [
        "Lm"
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "309343006",
            "display" : "Medical doctor"
          }
        ],
        "text" : "Medical doctor"
      }
    }
  ]
}