GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: PractitionerPathologist - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "PractitionerPathologist",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerPathologist</b></p><a name=\"PractitionerPathologist\"> </a><a name=\"hcPractitionerPathologist\"> </a><a name=\"PractitionerPathologist-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/9123456789</p><p><b>active</b>: true</p><p><b>name</b>: Pauline Pathologist </p><p><b>address</b>: 456 Laboratory Drive, Anytown, MA, 12345, USA</p><p><b>gender</b>: Female</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://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine - MD</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "9123456789"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Pathologist",
      "given" : [
        "Pauline"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "address" : [
    {
      "text" : "456 Laboratory Drive, Anytown, MA, 12345, USA",
      "line" : [
        "456 Laboratory Drive"
      ],
      "city" : "Anytown",
      "state" : "MA",
      "postalCode" : "12345",
      "country" : "USA"
    }
  ],
  "gender" : "female",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ],
        "text" : "Doctor of Medicine - MD"
      }
    }
  ]
}