{
  "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"
          }
        ]
      }
    ]
  }
}