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" : "PractitionerRole",
"id" : "brown-robert-haematologist",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"🔗 ,
"http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h3>Dr. Robert Brown</h3>\n <p>Haematologist</p>\n <p>Metropolitan Laboratories Sydney</p>\n <table>\n <tr>\n <td>HPI-I</td>\n <td>8003614900041243</td>\n </tr>\n <tr>\n <td>Employee Id.</td>\n <td>RBRLSNSW765301</td>\n </tr>\n <tr>\n <td>Phone</td>\n <td>0491 578 888</td>\n </tr>\n <tr>\n <td>Fax</td>\n <td>(02) 5550 9994</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>1342 Sydney St, Randwick, NSW, 2031</td>\n </tr>\n </table>\n </div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI",
"display" : "National provider identifier"
}
],
"text" : "HPI-I"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003614900041243"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "EI",
"display" : "Employee number"
}
],
"text" : "Employee Number"
},
"system" : "http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/41824753000",
"value" : "RBRLSNSW765301",
"assigner" : // Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations
{
"display" : "Metropolitan Laboratories Sydney"
}
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/brown-robert",
"display" : "Dr. Robert Brown"
},
"organization" : {
🔗 "reference" : "Organization/metro-nsw-path-lab"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "40204001",
"display" : "Haematologist"
}
],
"text" : "Haematologist"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(02) 5550 8994",
"use" : "work"
}
]
}