Terminology for XDS Metadata
1.0.0 - ci-build

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

: APD-DK IHE TypeCode - TTL Representation

Active as of 2024-03-06

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedCom-dk-ihe-apd-typecode-VS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.6.1</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>56446-8</td><td>Appointment Summary Document</td></tr><tr><td>39289-4</td><td>Follow-up (referred to) provider /specialist, appointment date CPHS</td></tr><tr><td>39290-2</td><td>Follow-up (referred to) program, appointment date CPHS</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomfhir.dk/ig/xdsmetadata/ValueSet/MedCom-dk-ihe-apd-typecode-VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "APD_DK_IHE_TypeCode"] ; # 
  fhir:title [ fhir:v "APD-DK IHE TypeCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-06"^^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 "APD-DK: Value set for the typeCode attribute. The typeCode specifies the precise type of document from the user perspective. The granularity of typeCode is finer grained than its superior classCode."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.1"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "56446-8" ] ;
fhir:display [ fhir:v "Appointment Summary Document" ]       ] [
fhir:code [ fhir:v "39289-4" ] ;
fhir:display [ fhir:v "Follow-up (referred to) provider /specialist, appointment date CPHS" ]       ] [
fhir:code [ fhir:v "39290-2" ] ;
fhir:display [ fhir:v "Follow-up (referred to) program, appointment date CPHS" ]       ] )     ] )
  ] . #