FHIR IG analytics| Package | ca.on.erec.r4 |
| Resource Type | ValueSet |
| Id | NoHealthCardNumberReason-vs.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "no-health-card-number-reason",
"url": "http://ontariohealth.ca/fhir/ValueSet/no-health-card-number-reason",
"version": "1.0.0",
"name": "NoHealthCardNumberReason",
"title": "No Health Card Number Reason",
"status": "draft",
"publisher": "Ontario Health",
"description": "Reason for no health card number",
"immutable": false,
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/fhir/CodeSystem/no-health-card-number-reason"
},
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"concept": [
{
"code": "not-asked",
"display": "Not Asked"
},
{
"code": "asked-declined",
"display": "Asked But Declined"
}
]
}
]
}
}