This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) 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
: Encounter: Hospital Admission and Discharge - 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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "12fef60c-1fe7-4988-8286-af691889a3f3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/hdr/StructureDefinition/encounter-eu-hdr"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/hdr/StructureDefinition/encounter-eu-hdr> ] )
] ; #
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: Encounter 12fef60c-1fe7-4988-8286-af691889a3f3</b></p><a name=\"12fef60c-1fe7-4988-8286-af691889a3f3\"> </a><a name=\"hc12fef60c-1fe7-4988-8286-af691889a3f3\"> </a><a name=\"12fef60c-1fe7-4988-8286-af691889a3f3-en-US\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-encounter-eu-hdr.html\">Encounter (HDR)</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Bundle-HDR-Reijer-Wolff-Example.html#urn-uuid-a1438872-05b1-4868-857d-521c9d586a7e\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0100</a></p><p><b>period</b>: 2025-04-20 10:00:00+0100 --> 2025-04-29 11:00:00+0100</p><p><b>reasonReference</b>: <a href=\"Bundle-HDR-Reijer-Wolff-Example.html#urn-uuid-38d0593b-7949-489e-9306-95df81a109df\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0100</a></p><p><b>serviceProvider</b>: <a href=\"Bundle-HDR-Reijer-Wolff-Example.html#urn-uuid-3f30e341-19c6-484f-827a-0c58545fb2bc\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0100</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:a1438872-05b1-4868-857d-521c9d586a7e" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-04-20T10:00:00+01:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-04-29T11:00:00+01:00"^^xsd:dateTime ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "urn:uuid:38d0593b-7949-489e-9306-95df81a109df" ]
] ) ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "urn:uuid:3f30e341-19c6-484f-827a-0c58545fb2bc" ]
] . #