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
{
"resourceType" : "Practitioner",
"id" : "PractitionerLabDirector",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerLabDirector</b></p><a name=\"PractitionerLabDirector\"> </a><a name=\"hcPractitionerLabDirector\"> </a><a name=\"PractitionerLabDirector-en-US\"> </a><p><b>identifier</b>: National provider identifier/1750369955\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: PractitionerJane Smith </p><p><b>address</b>: Address 123 Boston MA 12345 </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 PHD}\">Laboratory Director</span></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI",
"display" : "National provider identifier"
}
]
},
"value" : "1750369955"
}
],
"active" : true,
"name" : [
{
"family" : "Smith",
"given" : [
"PractitionerJane"
],
"prefix" : [
"PhD"
]
}
],
"address" : [
{
"line" : [
"Address 123"
],
"city" : "Boston",
"state" : "MA",
"postalCode" : "12345"
}
],
"gender" : "female",
"qualification" : [
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
"version" : "2.7",
"code" : "PHD",
"display" : "Doctor of Philosophy"
}
],
"text" : "Laboratory Director"
}
}
]
}