Primary care data acquisition API
0.2.0 - ci-build
Primary care data acquisition API, published by Health New Zealand. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-primary-care-acquisition/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "EncounterExample1",
"meta" : {
"lastUpdated" : "2024-01-26T10:03:26+13:00",
"profile" : [
🔗 "https://standards.digital.health.nz/StructureDefinition/PrimaryCareEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterExample1</b></p><a name=\"EncounterExample1\"> </a><a name=\"hcEncounterExample1\"> </a><a name=\"EncounterExample1-en-US\"> </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\">Last updated: 2024-01-26 10:03:26+1300</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PrimaryCareEncounter.html\">PrimaryCareEncounter</a></p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/health-record-key-id</code>/f4121d2e-61aa-4222-83ae-b36d26bbbe62</p><p><b>status</b>: Finished</p><p><b>class</b>: [not stated] ss: ss</p><p><b>serviceType</b>: <span title=\"Codes:\">General Practice</span></p><p><b>subject</b>: Jamie Joseph Ryan (Identifier: NHI/ZAT3948)</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">PPRF</span></td><td>Dr Andrea Welby (Identifier: HPIProvider/91ZABY)</td></tr></table><p><b>period</b>: 2024-03-26 10:13:26+1300 --> (ongoing)</p></div>"
},
"identifier" : [
{
"system" : "https://standards.digital.health.nz/ns/health-record-key-id",
"value" : "f4121d2e-61aa-4222-83ae-b36d26bbbe62"
}
],
"status" : "finished",
"class" : {
"code" : "ss"
},
"serviceType" : {
"coding" : [
{
"code" : "124"
}
],
"text" : "General Practice"
},
"subject" : {
"type" : "Patient",
"identifier" : {
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZAT3948"
},
"display" : "Jamie Joseph Ryan"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"code" : "PPRF"
}
]
}
],
"individual" : {
"type" : "Practitioner",
"identifier" : {
"system" : "https://standards.digital.health.nz/ns/hpi-person-id",
"value" : "91ZABY"
},
"display" : "Dr Andrea Welby"
}
}
],
"period" : {
"start" : "2024-03-26T10:13:26+13:00"
}
}