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" : "Consent",
"id" : "PrimaryCareConsentExample",
"meta" : {
"profile" : [
🔗 "https://standards.digital.health.nz/StructureDefinition/PrimaryCareConsent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent PrimaryCareConsentExample</b></p><a name=\"PrimaryCareConsentExample\"> </a><a name=\"hcPrimaryCareConsentExample\"> </a><a name=\"PrimaryCareConsentExample-en-US\"> </a><p><b>identifier</b>: 93f28be6-4787-40f1-ae39-64233eb2cf7c\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}\">information disclosure</span></p><p><b>patient</b>: Identifier: NHI/ZZZ123\u00a0(use:\u00a0official,\u00a0)</p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=https://www.privacy.org.nz\">https://www.privacy.org.nz</a></td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=https://www.privacy.org.nz/privacy-act-2020\">https://www.privacy.org.nz/privacy-act-2020</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><p><b>period</b>: 2023-10-04 --> 2028-11-22</p><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"Condition-conditionExample1.html\">Condition HT - Hypertension</a></p></blockquote><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"Encounter-EncounterExample1.html\">Encounter: identifier = https://standards.digital.health.nz/ns/health-record-key-id#f4121d2e-61aa-4222-83ae-b36d26bbbe62; status = finished; class = ss (ss); serviceType = 124; period = 2024-03-26 10:13:26+1300 --> (ongoing)</a></p></blockquote></blockquote></div>"
},
"identifier" : [
{
"use" : "secondary",
"value" : "93f28be6-4787-40f1-ae39-64233eb2cf7c"
}
],
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IDSCL"
}
]
}
],
"patient" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZZZ123"
}
},
"policy" : [
{
"authority" : "https://www.privacy.org.nz",
"uri" : "https://www.privacy.org.nz/privacy-act-2020"
}
],
"provision" : {
"type" : "permit",
"period" : {
"start" : "2023-10-04",
"end" : "2028-11-22"
},
"data" : [
{
"meaning" : "instance",
"reference" : {
🔗 "reference" : "Condition/conditionExample1"
}
},
{
"meaning" : "instance",
"reference" : {
🔗 "reference" : "Encounter/EncounterExample1"
}
}
]
}
}