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

This case-sensitive code system http://ehealth.sundhed.dk/cs/clinicalimpression-codes defines the following codes:

CodeDisplayDefinitionDansk (Danish, da)
TBD Example value - Under constructionExample value - Under construction
TriagingResult Result of triagingResult of triagingTriageringsresultat
MeasurementAssessment Assessment of measurementAssessment of measurementVurdering af måling
MeasurementTypeUnexpected Measurement of unexpected typeMeasurement of unexpected typeUventet måling
MeasurementTimingUnexpected Measurement not expectedMeasurement not expectedMåling ikke forventet på tidspunktet
ClinicalDecisionSupportResult Generic result of CDSGeneric result of CDSResultat af beslutningsstøtte
approved-view Approved ViewApproved ViewGodkendt visning
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/clinicalimpression-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "ClinicalImpressionCodes"] ; # fhir:title [ fhir:v "ClinicalImpression Codes"] ; # 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 "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Assessment types"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "TBD" ] ; fhir:display [ fhir:v "Example value - Under construction" ] ; fhir:definition [ fhir:v "Example value - Under construction" ] ; fhir:property ( [ fhir:code [ fhir:v "deprecated" ] ; fhir:value [ fhir:v "2020-02-03"^^xsd:date ] ] ) ] [ fhir:code [ fhir:v "TriagingResult" ] ; fhir:display [ fhir:v "Result of triaging" ] ; fhir:definition [ fhir:v "Result of triaging" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Triageringsresultat" ] ] ) ] [ fhir:code [ fhir:v "MeasurementAssessment" ] ; fhir:display [ fhir:v "Assessment of measurement" ] ; fhir:definition [ fhir:v "Assessment of measurement" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Vurdering af måling" ] ] ) ] [ fhir:code [ fhir:v "MeasurementTypeUnexpected" ] ; fhir:display [ fhir:v "Measurement of unexpected type" ] ; fhir:definition [ fhir:v "Measurement of unexpected type" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Uventet måling" ] ] ) ] [ fhir:code [ fhir:v "MeasurementTimingUnexpected" ] ; fhir:display [ fhir:v "Measurement not expected" ] ; fhir:definition [ fhir:v "Measurement not expected" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Måling ikke forventet på tidspunktet" ] ] ) ] [ fhir:code [ fhir:v "ClinicalDecisionSupportResult" ] ; fhir:display [ fhir:v "Generic result of CDS" ] ; fhir:definition [ fhir:v "Generic result of CDS" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Resultat af beslutningsstøtte" ] ] ) ] [ fhir:code [ fhir:v "approved-view" ] ; fhir:display [ fhir:v "Approved View" ] ; fhir:definition [ fhir:v "Approved View" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Godkendt visning" ] ] ) ] ) . # # -------------------------------------------------------------------------------------