Te Whatu Ora Shared Care FHIR API
0.3.9 - release
Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner </b><a name=\"DrDottyMcStuffins\"> </a><a name=\"hcDrDottyMcStuffins\"> </a></p><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\">ResourcePractitioner "DrDottyMcStuffins" </p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZZX\u00a0(use:\u00a0official)</p><p><b>name</b>: Dotty McStuffins </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1961-10-24</p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
"value" : "99ZZZX"
}
],
"name" : [
{
"use" : "usual",
"family" : "McStuffins",
"given" : [
"Dotty"
],
"prefix" : [
"Dr"
]
}
],
"gender" : "female",
"birthDate" : "1961-10-24"
}