Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "howard-linda-sonographer",
"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>Ms. Linda Howard</h3>\n <p>Sonographer</p>\n <p>NSW Hospital - Cardiology</p>\n <table>\n <tr>\n <td>HPI-I</td>\n <td>8003616566708106</td>\n </tr>\n <tr>\n <td>Employee Id.</td>\n <td>NSW31u32-401</td>\n </tr>\n <tr>\n <td>Phone</td>\n <td>(02) 5550 4111</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" : "8003616566708106"
},
{
"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/41824753557",
"value" : "NSW31u32-401",
"assigner" : // Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations
{
"display" : "NSW Hospital"
}
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/howard-linda"
},
"organization" : {
🔗 "reference" : "Organization/nsw-hospital"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1012861000168100",
"display" : "Sonographer"
}
],
"text" : "Sonographer"
}
],
"location" : [
{
🔗 "reference" : "Location/nsw-hospital"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(02) 5550 4111"
}
]
}