Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build
Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "DoctorPayne",
"meta" : {
"profile" : [
🔗 "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner DoctorPayne</b></p><a name=\"DoctorPayne\"> </a><a name=\"hcDoctorPayne\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ARFPractitioner.html\">ARFPractitioner</a></p></div><p><b>identifier</b>: National provider identifier/8003619900015717\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Jane Payne </p><p><b>telecom</b>: <a href=\"tel:+61455123456\">+61 455 123456</a></p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003619900015717"
}
],
"name" : [
{
"family" : "Payne",
"given" : [
"Jane"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+61 455 123456"
}
]
}