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

FHIR IG Statistics: ValueSet/no-hcn-reasons

Packageca.infoway.io.erec
Resource TypeValueSet
Idno-hcn-reasons
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec@1.1.1-dft-ballot&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/no-hcn-reasons
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/no-hcn-reasons
Statusdraft
NameNoHCNReasons
TitleNo HCN Reasons
Authoritynational
DescriptionReasons why a health card number was not provided.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
data-absent-reasonDataAbsentReason

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "no-hcn-reasons",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/no-hcn-reasons",
  "name": "NoHCNReasons",
  "title": "No HCN Reasons",
  "status": "draft",
  "publisher": "Canada Health Infoway",
  "description": "Reasons why a health card number was not provided.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept": [
          {
            "code": "not-asked",
            "display": "Health Card Number was not asked for"
          },
          {
            "code": "asked-declined",
            "display": "Health Card Number was asked for but declined to answer"
          },
          {
            "code": "not-applicable",
            "display": "Patient has no Health Card Number"
          }
        ]
      }
    ]
  }
}