HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions
: Temporary HDR Code System - TTL Representation
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 "temporarySystem-hdr-eu"] ; #
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 temporarySystem-hdr-eu</b></p><a name=\"temporarySystem-hdr-eu\"> </a><a name=\"hctemporarySystem-hdr-eu\"> </a><a name=\"temporarySystem-hdr-eu-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.eu/fhir/hdr/CodeSystem/temporarySystem-hdr-eu</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\">infection-contact<a name=\"temporarySystem-hdr-eu-infection-contact\"> </a></td><td>Infectious contacts</td><td>Infectious contacts Section</td></tr><tr><td style=\"white-space:nowrap\">anthropometry<a name=\"temporarySystem-hdr-eu-anthropometry\"> </a></td><td>Anthropometry Section</td><td>Anthropometry Section</td></tr><tr><td style=\"white-space:nowrap\">substance-use<a name=\"temporarySystem-hdr-eu-substance-use\"> </a></td><td>Use of Substances Section</td><td>Use of Substances Section</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.eu/fhir/hdr/CodeSystem/temporarySystem-hdr-eu"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1-ci"] ; #
fhir:name [ fhir:v "TemporaryHDRSystem"] ; #
fhir:title [ fhir:v "Temporary HDR Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-05-15T08:07:40+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Europe"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Europe" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.eu" ] ] )
] ) ; #
fhir:description [ fhir:v "This is a temporary code system defined to collect concepts expected required by this project, but for which international coded concepts have not been identified yet."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 Europe, all rights reserved Creative Commons License"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "infection-contact" ] ;
fhir:display [ fhir:v "Infectious contacts" ] ;
fhir:definition [ fhir:v "Infectious contacts Section" ]
] [
fhir:code [ fhir:v "anthropometry" ] ;
fhir:display [ fhir:v "Anthropometry Section" ] ;
fhir:definition [ fhir:v "Anthropometry Section" ]
] [
fhir:code [ fhir:v "substance-use" ] ;
fhir:display [ fhir:v "Use of Substances Section" ] ;
fhir:definition [ fhir:v "Use of Substances Section" ]
] ) . #