FHIR IG Statistics: ValueSet/CorHealthDataAbsentReasonVS
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"status": "active",
"name": "CorHealthDataAbsentReasonVS",
"id": "CorHealthDataAbsentReasonVS",
"title": "Data Absent Reason",
"description": "Data Absent Reason",
"url": "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthDataAbsentReasonVS",
"experimental": false,
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"concept": [
{
"code": "not-applicable",
"display": "Not Applicable"
},
{
"code": "unknown",
"display": "Unknown"
}
]
}
]
}
}