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
: Test2TransferEncounter5 - 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 "Test2TransferEncounter5"] ; #
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 Test2TransferEncounter5</b></p><a name=\"Test2TransferEncounter5\"> </a><a name=\"hcTest2TransferEncounter5\"> </a><a name=\"Test2TransferEncounter5-en-US\"> </a><p><b>Altersgruppe</b>: 35</p><p><b>Neugeborenes</b>: false</p><p><b>status</b>: In Progress</p><p><b>subject</b>: <a href=\"Patient-Test2Patient.html\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</a></p><p><b>partOf</b>: <a href=\"Encounter-Test2MOPEDEncounter1.html\">Encounter: identifier = VN; status = in-progress; class = S,A; actualPeriod = 2024-08-08 08:21:00+0200 --> 2024-08-08 19:22:00+0200</a></p><p><b>serviceProvider</b>: <a href=\"Organization-Test2OrganizationAbteilung3.html\">Organization: identifier = Funktionscode,Funktionssubcode</a></p><p><b>actualPeriod</b>: 2024-08-10 17:00:00+0200 --> (ongoing)</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-altersgruppe"^^xsd:anyURI ] ;
fhir:value [ fhir:v "35"^^xsd:nonNegativeInteger ]
] [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-neugeborenes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] ) ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Test2Patient" ]
] ; #
fhir:partOf [
fhir:reference [ fhir:v "Encounter/Test2MOPEDEncounter1" ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/Test2OrganizationAbteilung3" ]
] ; #
fhir:actualPeriod [
fhir:start [ fhir:v "2024-08-10T17:00:00+02:00"^^xsd:dateTime ]
] . #