Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

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

: Test2TransferEncounter4 - 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 "Test2TransferEncounter4"] ; # 
  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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Test2TransferEncounter4</b></p><a name=\"Test2TransferEncounter4\"> </a><a name=\"hcTest2TransferEncounter4\"> </a><a name=\"Test2TransferEncounter4-en-US\"> </a><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 --&gt; 2024-08-08 19:22:00+0200</a></p><p><b>serviceProvider</b>: <a href=\"Organization-Test2OrganizationAbteilung4.html\">Organization: identifier = Funktionscode,Funktionssubcode</a></p><p><b>actualPeriod</b>: 2024-08-09 11:38:00+0200 --&gt; (ongoing)</p></div>"
  ] ; # 
  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/Test2OrganizationAbteilung4" ]
  ] ; # 
  fhir:actualPeriod [
fhir:start [ fhir:v "2024-08-09T11:38:00+02:00"^^xsd:dateTime ]
  ] . #