This code system http://ehealth.sundhed.dk/cs/clinicalimpression-decision-codes
defines the following codes:
Code | Display | Definition |
approved | Approved | Approved |
approved-for-sharing | Approved for sharing | Approved for sharing |
citizen-view-approved | Approved Citizen View | Approved Citizen View |
Additional Language Displays
Code | Dansk (Danish, da) |
approved | Godkendt |
approved-for-sharing | Godkendt til dokumentdeling |
citizen-view-approved | Godkendt Borger Visning |
"
];
fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/clinicalimpression-decision-codes"];
fhir:CodeSystem.version [ fhir:value "2.4.0"];
fhir:CodeSystem.name [ fhir:value "ClinicalImpressionDecisionCodes"];
fhir:CodeSystem.title [ fhir:value "ClinicalImpression Decision Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2019-09-23T00:00:00+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]
]
];
fhir:CodeSystem.description [ fhir:value "Clinical Impression Decision Codes"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "approved" ];
fhir:CodeSystem.concept.display [ fhir:value "Approved" ];
fhir:CodeSystem.concept.definition [ fhir:value "Approved" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Godkendt" ]
]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "approved-for-sharing" ];
fhir:CodeSystem.concept.display [ fhir:value "Approved for sharing" ];
fhir:CodeSystem.concept.definition [ fhir:value "Approved for sharing" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Godkendt til dokumentdeling" ]
]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "citizen-view-approved" ];
fhir:CodeSystem.concept.display [ fhir:value "Approved Citizen View" ];
fhir:CodeSystem.concept.definition [ fhir:value "Approved Citizen View" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Godkendt Borger Visning" ]
]
] .
# - ontology header ------------------------------------------------------------