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
: Test2Account - 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:Account ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Test2Account"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/MOPEDAccount"^^xsd:anyURI ;
fhir:link <http://example.org/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 Test2Account</b></p><a name=\"Test2Account\"> </a><a name=\"hcTest2Account\"> </a><a name=\"Test2Account-en-US\"> </a><p><b>Workflow Status</b>: moped-ext-workflow-status TBD: TBD</p><p><b>Verdacht auf Arbeits- oder Schuelerunfall</b>: MOPED-account-VerdachtArbeitsSchuelerunfall 0: 0</p><p><b>Verdacht auf Fremdverschulden</b>: false</p><p><b>AnzahlVerlegungen</b>: 5</p><p><b>AnzahlBeurlaubungen</b>: 1</p><p><b>VDAS-ID - VersichertenDatenAbfrageService</b>: FJK5MCDPMRCY</p><p><b>status</b>: Active</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>owner</b>: <a href=\"Organization-Test2OrganizationKrankenhausRied.html\">Organization Krankenhaus der Barmherzigen Schwestern vom Hl. Vinzenz von Paul Ried</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-workflowStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://tbd.at/moped-ext-workflow-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TBD" ] ]
] [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-verdachtArbeitsSchuelerunfall"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://tbd.at/MOPED-account-VerdachtArbeitsSchuelerunfall"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ] ]
] [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-verdachtFremdverschulden"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-anzahlVerlegungen"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5"^^xsd:nonNegativeInteger ]
] [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-anzahlBeurlaubungen"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:nonNegativeInteger ]
] [
fhir:url [ fhir:v "http://example.org/StructureDefinition/moped-ext-vdasid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "FJK5MCDPMRCY" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:subject ( [
fhir:reference [ fhir:v "Patient/Test2Patient" ]
] ) ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/Test2OrganizationKrankenhausRied" ]
] . #