@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-appointment-reason"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system http://ehealth.sundhed.dk/cs/appointment-reason defines the following code:

CodeDisplayDefinition
412776001 Clinical reviewClinical review
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/appointment-reason"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.9.0"] ; # fhir:name [ fhir:v "AppointmentReason"] ; # fhir:title [ fhir:v "Appointment Reason"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-01-29T00: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 "Appointment Reason"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "412776001" ] ; fhir:display [ fhir:v "Clinical review" ] ; fhir:definition [ fhir:v "Clinical review" ] ] ) . # # -------------------------------------------------------------------------------------