FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | CodeSystem |
| Id | CodeSystem-sdhr-participation-reason.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/tewhatuora/fhir-sdhr/CodeSystem-sdhr-participation-reason.html |
| URL | https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-participation-reason |
| Version | 1.0.0 |
| Status | draft |
| Date | 2025-11-27T01:34:11+00:00 |
| Name | SDHRParticipationReason |
| Title | SDHR Participation Reason Codes |
| Description | This code system defines the reasons for a patient to participate in the Shared Digital Health Record service. |
| Content | complete |
| ValueSet | |
| sdhr-participation-reason-valueset | ValueSet for SDHR Participation Reason |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem sdhr-participation-reason
version: 1
This code system https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-participation-reason defines the following codes:
{
"resourceType": "CodeSystem",
"id": "sdhr-participation-reason",
"meta": {
"versionId": "1"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-participation-reason",
"version": "1.0.0",
"name": "SDHRParticipationReason",
"title": "SDHR Participation Reason Codes",
"status": "draft",
"experimental": false,
"date": "2025-11-27T01:34:11+00:00",
"publisher": "Health New Zealand",
"contact": [
{
"name": "Health New Zealand",
"telecom": [
{
"system": "url",
"value": "https://github.com/tewhatuora"
}
]
},
{
"name": "HNZ Integration Team",
"telecom": [
{
"system": "email",
"value": "integration@tewhatuora.govt.nz",
"use": "work"
}
]
}
],
"description": "This code system defines the reasons for a patient to participate in the Shared Digital Health Record service.",
"content": "complete",
"count": 6,
"concept": [
{
"code": "sdhr-record-withheld",
"display": "Record withheld",
"definition": "Record withheld from the service for privacy or confidentiality reasons."
},
{
"code": "sdhr-record-released",
"display": "Record released",
"definition": "Record that was previously withheld has been released (is no longer confidential or restricted) to the service by the patient."
},
{
"code": "sdhr-facility-opt-out",
"display": "Facility opt out",
"definition": "Patient has opted out of participation entirely at the facility. This means that no records will be shared from that facility."
},
{
"code": "sdhr-facility-opt-in",
"display": "Facility opt in",
"definition": "Patient has opted in to participation at the facility. This means that records will be shared from that facility."
},
{
"code": "sdhr-hnz-opt-out",
"display": "HNZ opt out",
"definition": "Patient has opted out of participation entirely with Health NZ. This means that no records will be shared from any facility."
},
{
"code": "sdhr-hnz-opt-in",
"display": "HNZ opt in",
"definition": "Patient has opted in to participation with Health NZ. This means that records will be shared from all facilities."
}
]
}