This page is part of the KLGatewayRehab (v2.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: RuddiKontaktUndersøgelse - TTL Representation
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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "RuddiKontaktUndersoegelse"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.kl.dk/rehab/StructureDefinition/klgateway-140-encounter"^^xsd:anyURI ;
fhir:link <http://fhir.kl.dk/rehab/StructureDefinition/klgateway-140-encounter> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter RuddiKontaktUndersoegelse</b></p><a name=\"RuddiKontaktUndersoegelse\"> </a><a name=\"hcRuddiKontaktUndersoegelse\"> </a><a name=\"RuddiKontaktUndersoegelse-en-US\"> </a><p><b>basedOnCarePlanExtension</b>: <a href=\"CarePlan-RuddiTerapeutfagligUndersoegelse.html\">CarePlan: extension = ->ServiceRequest Kommunal genoptræning efter sygehusophold; status = active; intent = plan; period = 2022-05-23 --> 2022-06-02</a></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>subject</b>: <a href=\"Patient-RuddiTestBerggren.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#1502779995 (use: official, ))</a></p><p><b>period</b>: 2022-06-02 12:10:00+0000 --> 2022-06-02 12:40:00+0000</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://fhir.kl.dk/rehab/StructureDefinition/BasedOnCarePlanExtension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "CarePlan/RuddiTerapeutfagligUndersoegelse" ] ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/RuddiTestBerggren" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2022-06-02T12:10:00.000Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-06-02T12:40:00.000Z"^^xsd:dateTime ]
] . #