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

FHIR IG Statistics: ValueSet/nes-episode-of-care-status-1.0

Packagetewhatuora.hip-core
TypeValueSet
Idnes-episode-of-care-status-1.0
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-nes-episode-of-care-status-1.0.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/nes-episode-of-care-status
Version1.0
Statusactive
Date2023-10-09T00:00:00+13:00
NameNes_episode_of_care_status
TitleNES Enrolment Status
Authoritynational
DescriptionNES Enrolment Status
PurposeA coded value for the status of an enrolment .

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
episode-of-care-statusEpisode Of Care Status

Narrative

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

Generated Narrative: ValueSet nes-episode-of-care-status-1.0

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://hl7.org/fhir/episode-of-care-status
    CodeDisplayDefinition
    onholdOn HoldThis episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite).
    cancelledCancelledThe episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow.
    entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.

Source

{
  "resourceType": "ValueSet",
  "id": "nes-episode-of-care-status-1.0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nzhts.digital.health.nz/fhir/ValueSet/nes-episode-of-care-status",
  "version": "1.0",
  "name": "Nes_episode_of_care_status",
  "title": "NES Enrolment Status",
  "status": "active",
  "experimental": false,
  "date": "2023-10-09T00:00:00+13:00",
  "publisher": "Te Whatu Ora",
  "contact": [
    {
      "name": "Te Whatu Ora",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description": "NES Enrolment Status",
  "purpose": "A coded value for the status of an enrolment .",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/episode-of-care-status"
      }
    ],
    "exclude": [
      {
        "system": "http://hl7.org/fhir/episode-of-care-status",
        "concept": [
          {
            "code": "onhold"
          },
          {
            "code": "cancelled"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}