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" : "Practitioner",
"id" : "guthridge-jarred",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner guthridge-jarred</b></p><a name=\"guthridge-jarred\"> </a><a name=\"hcguthridge-jarred\"> </a><a name=\"guthridge-jarred-en-AU\"> </a><p><b>identifier</b>: HPI-I/8003611566718288</p><p><b>name</b>: Jarred Guthridge </p></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" : "8003611566718288"
}
],
"name" : [
{
"family" : "Guthridge",
"given" : [
"Jarred"
],
"prefix" : [
"Dr."
]
}
]
}