| Package | ca.infoway.io.erec |
| Resource Type | ValueSet |
| Id | no-hcn-reasons |
| FHIR Version | R4 |
| Source | https://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 |
| URL | http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/no-hcn-reasons |
| Status | draft |
| Name | NoHCNReasons |
| Title | No HCN Reasons |
| Authority | national |
| Description | Reasons why a health card number was not provided. |
No resources found
| CodeSystem | |
| data-absent-reason | DataAbsentReason |
No narrative content found in resource
{
"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"
}
]
}
]
}
}