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" : "Practitioner",
"id" : "bremer-frederika",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h3>Dr. Fredrika Bremer</h3>\n <table>\n <tr>\n <td>Phone</td>\n <td>(02) 5550 4111</td>\n </tr>\n </table>\n </div>"
},
"name" : [
{
"use" : "usual",
"family" : "Bremer",
"given" : [
"Fredrika"
],
"prefix" : [
"Dr."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(02) 5550 4111",
"use" : "work"
}
]
}