My Health Record FHIR IG
1.3.0 - active
My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "strempel-sonia",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n <p><b>Name</b>: Dr Sonia Strempel (official)</p>\n <p><b>Identifier</b>: HPI-I = 8003619900015717</p>\n <p><b>Identifier</b>: Prescriber Number = 459999</p>\n <p><b>Telecom</b>: email = [email protected]\n (work)</p>\n </div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
],
"text" : "HPI-I"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003619900015717"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "PRES",
"display" : "Prescriber Number"
}
],
"text" : "Prescriber Number"
},
"system" : "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
"value" : "459999"
}
],
"name" : [
{
"use" : "official",
"family" : "Strempel",
"given" : [
"Sonia"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "[email protected]",
"use" : "work"
}
]
}