DK MedCom Terminology
2.0.0-draft - draft Denmark flag

DK MedCom Terminology, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-terminology/ and changes regularly. See the Directory of published versions

: MedComObservationCodes - TTL Representation

Draft as of 2025-06-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medcom-observation-codes"] ; # 
  fhir:language [ fhir:v "da-DK"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xml:lang=\"da-DK\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"da-DK\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-observation-codes</b></p><a name=\"medcom-observation-codes\"> </a><a name=\"hcmedcom-observation-codes\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: da-DK</p></div><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>A property that indicates the status of the concept. One of experimental, active, deprecated, retired. Find Governance for MedCom Terminology in the 'Home' tab.</td></tr><tr><td>effectiveDate</td><td>effectiveDate</td><td>http://hl7.org/fhir/concept-properties#effectiveDate</td><td>dateTime</td><td>The date at which the code status was last changed.</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-observation-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>status</b></td><td><b>effectiveDate</b></td></tr><tr><td style=\"white-space:nowrap\">MCS88122<a name=\"medcom-observation-codes-MCS88122\"> </a></td><td>Pt—Respiration; frekvens = ? X 1/min</td><td>experimental</td><td>2025-06-28</td></tr><tr><td style=\"white-space:nowrap\">MCS88125<a name=\"medcom-observation-codes-MCS88125\"> </a></td><td>Pt—Tidlig Opsporing af Begyndende Sygdom (TOBS) score; antal (værdi 0-15) = ?</td><td>experimental</td><td>2025-06-28</td></tr><tr><td style=\"white-space:nowrap\">MCS88126<a name=\"medcom-observation-codes-MCS88126\"> </a></td><td>Pt—Bevidsthedsniveau; arb.antal(værdi 0-3) = ?</td><td>experimental</td><td>2025-06-28</td></tr><tr><td style=\"white-space:nowrap\">MCS88147<a name=\"medcom-observation-codes-MCS88147\"> </a></td><td>Pt—Manniche VAS-score(total); antal(værdi 0-60) = ?</td><td>experimental</td><td>2025-06-28</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-observation-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-draft"] ; # 
  fhir:name [ fhir:v "MedComObservationCodes"] ; # 
  fhir:title [ fhir:v "MedComObservationCodes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-06-28"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "MedCom"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.medcom.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem with observations codes used in HomeCareObservation"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "A property that indicates the status of the concept. One of experimental, active, deprecated, retired. Find Governance for MedCom Terminology in the 'Home' tab." ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#effectiveDate"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The date at which the code status was last changed." ] ;
fhir:type [ fhir:v "dateTime" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MCS88122" ] ;
fhir:display [ fhir:v "Pt—Respiration; frekvens = ? X 1/min" ] ;
    ( fhir:designation [
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Respirationsfrekvens;Pt" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "experimental"       ]     ] [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-06-28"^^xsd:date       ]     ] )
  ] [
fhir:code [ fhir:v "MCS88125" ] ;
fhir:display [ fhir:v "Pt—Tidlig Opsporing af Begyndende Sygdom (TOBS) score; antal (værdi 0-15) = ?" ] ;
    ( fhir:designation [
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "TOBS score;Pt" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "experimental"       ]     ] [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-06-28"^^xsd:date       ]     ] )
  ] [
fhir:code [ fhir:v "MCS88126" ] ;
fhir:display [ fhir:v "Pt—Bevidsthedsniveau; arb.antal(værdi 0-3) = ?" ] ;
    ( fhir:designation [
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Bevidsthed;Pt" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "experimental"       ]     ] [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-06-28"^^xsd:date       ]     ] )
  ] [
fhir:code [ fhir:v "MCS88147" ] ;
fhir:display [ fhir:v "Pt—Manniche VAS-score(total); antal(værdi 0-60) = ?" ] ;
    ( fhir:designation [
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Manniche VAS-score(total);Pt" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "experimental"       ]     ] [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-06-28"^^xsd:date       ]     ] )
  ] ) . #