eHealth Infrastructure
9.0.0 - release DK

This page is part of the FUT Infrastructure (v9.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: eHealth Property - TTL Representation

Active as of 2025-03-05

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-property"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-property</b></p><a name=\"ehealth-property\"> </a><a name=\"hcehealth-property\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/ehealth-property</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>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">phmr-unit<a name=\"ehealth-property-phmr-unit\"> </a></td><td>PHMR Unit</td><td>The unit to be used when transforming Observations to PHMR Measurement.</td></tr><tr><td style=\"white-space:nowrap\">icd11-foundation-entity-id<a name=\"ehealth-property-icd11-foundation-entity-id\"> </a></td><td>ICD11 Foundation Entity ID</td><td>The identifier of the ICD11 Foundation Entity that corresponds to the code in an ICD11 CodeSystem. This property is used to link the ICD11 CodeSystem to the ICD11 Foundation, which contains the full hierarchy and relationships of ICD11 concepts.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/ehealth-property"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "9.0.0"] ; # 
  fhir:name [ fhir:v "eHealthProperty"] ; # 
  fhir:title [ fhir:v "eHealth Property"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-03-05T09: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 "Codes used to identity specific properties on codes in eHealth CodeSystems."] ; # 
  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 true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "phmr-unit" ] ;
fhir:display [ fhir:v "PHMR Unit" ] ;
fhir:definition [ fhir:v "The unit to be used when transforming Observations to PHMR Measurement." ]
  ] [
fhir:code [ fhir:v "icd11-foundation-entity-id" ] ;
fhir:display [ fhir:v "ICD11 Foundation Entity ID" ] ;
fhir:definition [ fhir:v "The identifier of the ICD11 Foundation Entity that corresponds to the code in an ICD11 CodeSystem. This property is used to link the ICD11 CodeSystem to the ICD11 Foundation, which contains the full hierarchy and relationships of ICD11 concepts." ]
  ] ) . #