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

FHIR IG Statistics: ValueSet/ehealth-data-absent-reason

Packagedk.ehealth.sundhed.fhir.ig.core
TypeValueSet
Idehealth-data-absent-reason
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/ValueSet-ehealth-data-absent-reason.html
URLhttp://ehealth.sundhed.dk/vs/data-absent-reason
Version3.5.1
Statusactive
Date2023-04-13T00:00:00+00:00
NameDataAbsentReason
TitleData Absent Reason
Realmdk
DescriptionUsed to specify why the normally expected content of the data element is missing.

Resources that use this resource

StructureDefinition
ehealth-observationehealth-observation

Resources that this resource uses

CodeSystem
data-absent-reasonDataAbsentReason
data-absent-reasonDataAbsentReason

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Værdisæt ehealth-data-absent-reason


Source

{
  "resourceType": "ValueSet",
  "id": "ehealth-data-absent-reason",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/vs/data-absent-reason",
  "version": "3.5.1",
  "name": "DataAbsentReason",
  "title": "Data Absent Reason",
  "status": "active",
  "experimental": false,
  "date": "2023-04-13T00:00:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Used to specify why the normally expected content of the data element is missing.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept": [
          {
            "code": "asked-declined",
            "display": "Asked But Declined"
          },
          {
            "code": "error",
            "display": "Error"
          }
        ]
      }
    ]
  }
}