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" : "Patient",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2023-07-26T01:00:00.000Z",
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/NzPatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Carey Carrington </b> female, DoB: 1968-01-27 ( NHI/ZXP7823\u00a0(use:\u00a0official))</p><hr/></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZXP7823"
}
],
"name" : [
{
"use" : "usual",
"family" : "Carrington",
"given" : [
"Carey"
]
}
],
"gender" : "female",
"birthDate" : "1968-01-27"
}