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

: PJ2Account - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Account ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PJ2Account"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://elga.moped.at/StructureDefinition/MopedAccount"^^xsd:anyURI ;
fhir:link <https://elga.moped.at/StructureDefinition/MopedAccount>     ] )
  ] ; # 
  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: Account PJ2Account</b></p><a name=\"PJ2Account\"> </a><a name=\"hcPJ2Account\"> </a><a name=\"PJ2Account-en-US\"> </a><p><b>AnzahlVerlegungen</b>: 5</p><p><b>AnzahlBeurlaubungen</b>: 1</p><p><b>Workflow Status</b>: <a href=\"CodeSystem-WorkflowStatusCS.html#WorkflowStatusCS-Endgueltige-Freigabe\">Workflow Status eines Falls Endgueltige-Freigabe</a>: Endgültige Freigabe</p><p><b>Tage ohne Einhebung des Kostenbeitrags</b>: 0</p><p><b>status</b>: Active</p><p><b>subject</b>: <code>Patient?identifier=urn:oid:1.2.40.0.10.1.4.3.1|2873111374</code></p><h3>Coverages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td><code>Coverage?identifier=FJK5MCDPMRCY</code></td></tr></table><p><b>owner</b>: <code>Organization?identifier=urn:ietf:rfc:3986|urn:oid:1.3.6.1.4.1.36124.5.427</code></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://elga.moped.at/StructureDefinition/moped-ext-AnzahlVerlegungen"^^xsd:anyURI ] ;
fhir:value [
a fhir:unsignedInt ;
fhir:v "5"^^xsd:nonNegativeInteger     ]
  ] [
fhir:url [ fhir:v "https://elga.moped.at/StructureDefinition/moped-ext-AnzahlBeurlaubungen"^^xsd:anyURI ] ;
fhir:value [
a fhir:unsignedInt ;
fhir:v "1"^^xsd:nonNegativeInteger     ]
  ] [
fhir:url [ fhir:v "https://elga.moped.at/StructureDefinition/moped-ext-workflow-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://elga.moped.at/CodeSystem/WorkflowStatusCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Endgueltige-Freigabe" ]     ]
  ] [
fhir:url [ fhir:v "https://elga.moped.at/StructureDefinition/moped-ext-TageOhneKostenbeitrag"^^xsd:anyURI ] ;
fhir:value [
a fhir:unsignedInt ;
fhir:v "0"^^xsd:nonNegativeInteger     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "Patient?identifier=urn:oid:1.2.40.0.10.1.4.3.1|2873111374" ]
  ] ) ; # 
  fhir:coverage ( [
fhir:coverage [
fhir:reference [ fhir:v "Coverage?identifier=FJK5MCDPMRCY" ]     ]
  ] ) ; # 
  fhir:owner [
fhir:reference [ fhir:v "Organization?identifier=urn:ietf:rfc:3986|urn:oid:1.3.6.1.4.1.36124.5.427" ]
  ] . #