Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Test1TransferEncounter1 - 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 "Test1TransferEncounter1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/MOPEDTransferEncounter"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/MOPEDTransferEncounter> ] )
] ; #
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 Test1TransferEncounter1</b></p><a name=\"Test1TransferEncounter1\"> </a><a name=\"hcTest1TransferEncounter1\"> </a><a name=\"Test1TransferEncounter1-en-US\"> </a><blockquote><p><b>Altersgruppe</b></p><ul><li>beiZugang: 55</li><li>neugeborenes: false</li></ul></blockquote><p><b>status</b>: In Progress</p><p><b>subject</b>: <a href=\"Patient-Test1Patient.html\">Patientenkommun Moderne (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>partOf</b>: <a href=\"Encounter-Test1MOPEDEncounter.html\">Encounter: identifier = Visit number; status = in-progress; class = S,P; actualPeriod = 2024-02-22 19:33:00+0200 --> (ongoing)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-Test1OrganizationAbteilung1.html\">Organization: extension = ; identifier = http://example.org/lkf-system/funktionscode#131180,http://example.org/lkf-system/funktionssubcode#00</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> (ongoing)</p></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "beiZugang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "55" ] ] [
fhir:url [ fhir:v "neugeborenes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] ) ;
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-altersgruppe"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Test1Patient" ]
] ; #
fhir:partOf [
fhir:reference [ fhir:v "Encounter/Test1MOPEDEncounter" ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/Test1OrganizationAbteilung1" ]
] ; #
fhir:actualPeriod [
fhir:start [ fhir:v "2024-02-22T19:33:00+02:00"^^xsd:dateTime ]
] . #