DK MedCom Terminology
1.5.0 - trial-use Denmark flag

This page is part of the MedCom Terminology (v1.5.0: Release) based on FHIR R4. The current version which supercedes this version is 1.1.1. For a full list of available versions, see the Directory of published versions

: MedComMessagingStatisticalCodes - TTL Representation

Active as of 2022-09-01

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medcom-messaging-statisticalCodes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-statisticalCodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.5.0"] ; # 
  fhir:name [ fhir:v "MedComMessagingStatisticalCodes"] ; # 
  fhir:title [ fhir:v "MedComMessagingStatisticalCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-09-01"^^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 "Statistical Codes for MedCom VANS messages"] ; # 
  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"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "20"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MCM:FDIS20#AcuteAmbulant" ] ;
fhir:display [ fhir:v "Start hospital stay-acute ambulant" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS20#AdmissionInpatient" ] ;
fhir:display [ fhir:v "Start hospital stay-admission" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS20#OnLeave" ] ;
fhir:display [ fhir:v "Start leave" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS20#EndOfLeave" ] ;
fhir:display [ fhir:v "end leave" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS20#EndHospitalStay" ] ;
fhir:display [ fhir:v "End hospital Stay - patient discharged to home/primary sector" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#decease" ] ;
fhir:display [ fhir:v "Decease" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#carecoordination" ] ;
fhir:display [ fhir:v "Care Coordination" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#assistive-devices" ] ;
fhir:display [ fhir:v "Assistive Devices" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#medicine" ] ;
fhir:display [ fhir:v "Medicine" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#psychiatry-social-disability" ] ;
fhir:display [ fhir:v "Psychiatry, Social, Disability" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#healthcare" ] ;
fhir:display [ fhir:v "Healthcare" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#nursing" ] ;
fhir:display [ fhir:v "Nursing" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#telemedicine" ] ;
fhir:display [ fhir:v "Telemedicine" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#training" ] ;
fhir:display [ fhir:v "Training" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#discharge" ] ;
fhir:display [ fhir:v "Discharge" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#regarding-referral" ] ;
fhir:display [ fhir:v "Regarding Referral" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#assessment" ] ;
fhir:display [ fhir:v "Assessment" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#examination-results" ] ;
fhir:display [ fhir:v "Examination Results" ]
  ] [
fhir:code [ fhir:v "MCM:FDIS91#other" ] ;
fhir:display [ fhir:v "Other" ]
  ] ) . #