FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/nz-sdhr-codesystem

Packagetewhatuora.fhir.nz-shared-digital-health-record
TypeCodeSystem
Idnz-sdhr-codesystem
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/sdhr/https://build.fhir.org/ig/tewhatuora/fhir-sdhr/CodeSystem-nz-sdhr-codesystem.html
URLhttps://fhir-ig.digital.health.nz/sdhr/CodeSystem/nz-sdhr-codesystem
Version0.5.0
Statusactive
Date2025-06-10T09:25:25+00:00
NameSDHRCodeSystem
TitleNZ-specific terminology for Shared Digital Health Records
DescriptionThis system defines standard codes used throughout this Implementation Guide for New Zealand Shared Digital Health Records
PurposeThe codes defined in this CodeSystem are used throughout the SDHR IG, including in resource profiles. Note: When available these codes will be sourced from the NZHTS Implementation Guide
Contentcomplete

Resources that use this resource

ValueSet
sdhr-resource-tags-valuesetValueSet for SDHR Resource Tags

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem nz-sdhr-codesystem

This case-sensitive code system https://fhir-ig.digital.health.nz/sdhr/CodeSystem/nz-sdhr-codesystem defines the following codes in an undefined hierarchy:

LvlCodeDisplayDefinition
1sdhr-usability-flags These codes are intended to be applied as `Meta.tag` indicators so that API Consumers are able apply local visibility or usability rules.
2  highlighted HighlightedThis code indicates that the resource is important and, for example, should be highlighted in a user interface.

Source

{
  "resourceType": "CodeSystem",
  "id": "nz-sdhr-codesystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/nz-sdhr-codesystem",
  "version": "0.5.0",
  "name": "SDHRCodeSystem",
  "title": "NZ-specific terminology for Shared Digital Health Records",
  "status": "active",
  "experimental": false,
  "date": "2025-06-10T09:25:25+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 system defines standard codes used throughout this Implementation Guide for New Zealand Shared Digital Health Records",
  "purpose": "The codes defined in this CodeSystem are used throughout the SDHR IG, including in resource profiles.\n\nNote: When available these codes will be sourced from the NZHTS Implementation Guide\n",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "sdhr-usability-flags",
      "display": "These codes are intended to be applied as `Meta.tag` indicators so that API Consumers are able apply local visibility or usability rules.",
      "concept": [
        {
          "code": "highlighted",
          "display": "Highlighted",
          "definition": "This code indicates that the resource is important and, for example, should be highlighted in a user interface."
        }
      ]
    }
  ]
}