AU eRequesting Implementation Guide
0.1.0-ballot - Ballot
This page is part of the AU eRequesting (v0.1.0-ballot: AU eRequesting R1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
// Compliant with Services Australia Test Data
{
"resourceType" : "PractitionerRole",
"id" : "guthridge-jarred-gp",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole guthridge-jarred-gp</b></p><a name=\"guthridge-jarred-gp\"> </a><a name=\"hcguthridge-jarred-gp\"> </a><a name=\"guthridge-jarred-gp-en-AU\"> </a><p><b>identifier</b>: Medicare Provider Number/2448301T</p><p><b>practitioner</b>: <a href=\"Practitioner-guthridge-jarred.html\">Practitioner Jarred Guthridge </a></p><p><b>organization</b>: <a href=\"Organization-elimbah-medical-center.html\">Organization Elimbah Medical Center</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}, {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0 253111}\">General Practitioner</span></p><p><b>telecom</b>: ph: 0770109540, <a href=\"mailto:jarred.guthridge@elimbahmedicalcentre.example.com.au\">jarred.guthridge@elimbahmedicalcentre.example.com.au</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "UPIN",
"display" : "Medicare Provider Number"
}
],
"text" : "Medicare Provider Number"
},
"system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value" : "2448301T"
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/guthridge-jarred"
},
"organization" : {
🔗 "reference" : "Organization/elimbah-medical-center"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "62247001"
},
{
"system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0",
"code" : "253111"
}
],
"text" : "General Practitioner"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0770109540"
},
{
"system" : "email",
"value" : "jarred.guthridge@elimbahmedicalcentre.example.com.au"
}
]
}