@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-data-absent-reason"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/data-absent-reason"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.10.0"] ; # fhir:name [ fhir:v "DataAbsentReason"] ; # fhir:title [ fhir:v "Data Absent Reason"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-04-13T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Used to specify why the normally expected content of the data element is missing."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "asked-declined" ] ; fhir:display [ fhir:v "Asked But Declined" ] ] [ fhir:code [ fhir:v "error" ] ; fhir:display [ fhir:v "Error" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------