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

FHIR IG Statistics: ValueSet/CorHealthDataAbsentReasonVS

Packageca.on.oh.corhealth
Resource TypeValueSet
IdCorHealthDataAbsentReasonVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.corhealth@0.2.0-beta&canonical=https://corhealth-ontario.ca/fhir/ValueSet/CorHealthDataAbsentReasonVS
URLhttps://corhealth-ontario.ca/fhir/ValueSet/CorHealthDataAbsentReasonVS
Statusactive
NameCorHealthDataAbsentReasonVS
TitleData Absent Reason
DescriptionData Absent Reason

Resources that use this resource

StructureDefinition
corhealth-observationCorHealth Base Observation

Resources that this resource uses

CodeSystem
data-absent-reasonDataAbsentReason

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