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

: Test2Procedure1 - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Test2Procedure1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/MOPEDProcedure"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/MOPEDProcedure>     ] )
  ] ; # 
  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: Procedure Test2Procedure1</b></p><a name=\"Test2Procedure1\"> </a><a name=\"hcTest2Procedure1\"> </a><a name=\"Test2Procedure1-en-US\"> </a><p><b>identifier</b>: Resource identifier/324200063urn:oid:1.3.6.1.4.1.36124.5.427MEL01.012024-08-08T08:50</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://tbd.at/MOPED-LKFmedizinischeEinzelleistungen MEL01.01}\">MEL01.01</span></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>encounter</b>: <a href=\"Encounter-Test2MOPEDEncounter1.html\">Encounter: identifier = v2-0203-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>occurrence</b>: 2024-08-08 08:50:00+0200</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>OnBehalfOf</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-Test2OrganizationAbteilung2.html\">Organization: identifier = http://example.org/lkf-system/funktionscode#127181,http://example.org/lkf-system/funktionssubcode#00</a></td><td><a href=\"Organization-Test2OrganizationKrankenhausRied.html\">Organization Krankenhaus der Barmherzigen Schwestern vom Hl. Vinzenz von Paul Ried</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RI" ] ;
fhir:display [ fhir:v "Resource identifier" ]       ] )     ] ;
fhir:value [ fhir:v "324200063urn:oid:1.3.6.1.4.1.36124.5.427MEL01.012024-08-08T08:50" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://tbd.at/MOPED-LKFmedizinischeEinzelleistungen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MEL01.01" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Test2Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Test2MOPEDEncounter1" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2024-08-08T08:50:00+02:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/Test2OrganizationAbteilung2" ]     ] ;
fhir:onBehalfOf [
fhir:reference [ fhir:v "Organization/Test2OrganizationKrankenhausRied" ]     ]
  ] ) . #