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" : "PractitionerOrderingProvider",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerOrderingProvider</b></p><a name=\"PractitionerOrderingProvider\"> </a><a name=\"hcPractitionerOrderingProvider\"> </a><a name=\"PractitionerOrderingProvider-en-US\"> </a><p><b>active</b>: true</p><p><b>name</b>: Laura Salma </p><p><b>address</b>: 123 Main St. San Francisco CA 94080 </p></div>"
},
"active" : true,
"name" : [
{
"family" : "Salma",
"given" : [
"Laura"
],
"prefix" : [
"Dr"
]
}
],
"address" : [
{
"line" : [
"123 Main St."
],
"city" : "San Francisco",
"state" : "CA",
"postalCode" : "94080"
}
]
}