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

: 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><p><b>Altersgruppe</b>: 50</p><p><b>Neugeborenes</b>: false</p><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/Test1MOPEDEncounter1\">Encounter/Test1MOPEDEncounter1</a></p><p><b>serviceProvider</b>: <a href=\"Organization-Test1OrganizationAbteilung1.html\">Organization: extension = ; identifier = Funktionscode,Funktionssubcode</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --&gt; (ongoing)</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-Altersgruppe"^^xsd:anyURI ] ;
fhir:value [ fhir:v "50"^^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/Test1Patient" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Encounter/Test1MOPEDEncounter1" ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/Test1OrganizationAbteilung1" ]
  ] ; # 
  fhir:actualPeriod [
fhir:start [ fhir:v "2024-02-22T19:33:00+02:00"^^xsd:dateTime ]
  ] . #