Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-AustrianPatientSummary-R4/ and changes regularly. See the Directory of published versions

: AtApsBundle-Beispiel 1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AtApsExampleBundle01NoProblemsMedicationAllergies"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-bundle"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-bundle>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [
fhir:v "http://system-to-be-defined.com"^^xsd:anyURI ;
fhir:l <http://system-to-be-defined.com>     ] ;
fhir:value [ fhir:v "63fef90a-be11-4ddf-aece-d77da15c4f20" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2024-02-08T14:01:30+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "urn:uuid:212fdc76-ccc3-40bf-8cdd-82f2ef88bd7b"^^xsd:anyURI ;
fhir:l <urn:uuid:212fdc76-ccc3-40bf-8cdd-82f2ef88bd7b>     ] ;
    ( fhir:resource <urn:uuid:212fdc76-ccc3-40bf-8cdd-82f2ef88bd7b> )
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8"^^xsd:anyURI ;
fhir:l <urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8>     ] ;
    ( fhir:resource <urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8> )
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:75db30ee-7028-486c-929a-c5126837f472"^^xsd:anyURI ;
fhir:l <urn:uuid:75db30ee-7028-486c-929a-c5126837f472>     ] ;
    ( fhir:resource <urn:uuid:75db30ee-7028-486c-929a-c5126837f472> )
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:6bcdcc96-1443-48bd-ab41-7692dc1baecd"^^xsd:anyURI ;
fhir:l <urn:uuid:6bcdcc96-1443-48bd-ab41-7692dc1baecd>     ] ;
    ( fhir:resource <urn:uuid:6bcdcc96-1443-48bd-ab41-7692dc1baecd> )
  ] ) . # 

<urn:uuid:212fdc76-ccc3-40bf-8cdd-82f2ef88bd7b> a fhir:Composition ;
  fhir:id [ fhir:v "AtApsExampleBundle01-composition"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-composition"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-composition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_AtApsExampleBundle01-composition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition AtApsExampleBundle01-composition</b></p><a name=\"AtApsExampleBundle01-composition\"> </a><a name=\"hcAtApsExampleBundle01-composition\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-aps-composition.html\">AT APS Composition</a></p></div><p><b>status</b>: Preliminary</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary</span></p><p><b>date</b>: 2024-02-08 14:01:30+0000</p><p><b>author</b>: <a href=\"Bundle-AtApsExample03Diabetes.html#urn-uuid-75db30ee-7028-486c-929a-c5126837f472\">APS Generator</a></p><p><b>title</b>: Austrian Patient Summary</p><p><b>custodian</b>: <a href=\"Bundle-AtApsExampleBundle01NoProblemsMedicationAllergies.html#urn-uuid-6bcdcc96-1443-48bd-ab41-7692dc1baecd\">Muster-Organization</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:60591-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "60591-5" ] ;
fhir:display [ fhir:v "Patient summary" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l <urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8> ;
fhir:reference [ fhir:v "urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8" ] ;
fhir:display [ fhir:v "Maria Musterfrau" ]
  ] ; # 
  fhir:date [ fhir:v "2024-02-08T14:01:30+00:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:l <urn:uuid:75db30ee-7028-486c-929a-c5126837f472> ;
fhir:reference [ fhir:v "urn:uuid:75db30ee-7028-486c-929a-c5126837f472" ] ;
fhir:display [ fhir:v "APS Generator" ]
  ] ) ; # 
  fhir:title [ fhir:v "Austrian Patient Summary"] ; # 
  fhir:custodian [
fhir:l <urn:uuid:6bcdcc96-1443-48bd-ab41-7692dc1baecd> ;
fhir:reference [ fhir:v "urn:uuid:6bcdcc96-1443-48bd-ab41-7692dc1baecd" ] ;
fhir:display [ fhir:v "Muster-Organization" ]
  ] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Medikationsliste" ] ;
fhir:code [
      ( fhir:coding [
a loinc:10160-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "Medikationsanamnese" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrativer Text muss generiert werden.</p></div>"^^rdf:XMLLiteral ]     ] ;
fhir:emptyReason [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>         ] ;
fhir:code [ fhir:v "nilknown" ]       ] )     ]
  ] [
fhir:title [ fhir:v "Allergien und Intoleranzen" ] ;
fhir:code [
      ( fhir:coding [
a loinc:48765-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergien und unerwünschte Wirkungen" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrativer Text muss generiert werden.</p></div>"^^rdf:XMLLiteral ]     ] ;
fhir:emptyReason [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>         ] ;
fhir:code [ fhir:v "nilknown" ]       ] )     ]
  ] [
fhir:title [ fhir:v "Gesundheitsprobleme und Risiken" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11450-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problemliste" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrativer Text muss generiert werden.</p></div>"^^rdf:XMLLiteral ]     ] ;
fhir:emptyReason [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>         ] ;
fhir:code [ fhir:v "nilknown" ]       ] )     ]
  ] [
fhir:title [ fhir:v "Eingriffe und Therapien" ] ;
fhir:code [
      ( fhir:coding [
a loinc:47519-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "47519-4" ] ;
fhir:display [ fhir:v "Anamnese der Prozeduren oder Maßnahmen" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrativer Text muss generiert werden.</p></div>"^^rdf:XMLLiteral ]     ] ;
fhir:emptyReason [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>         ] ;
fhir:code [ fhir:v "nilknown" ]       ] )     ]
  ] [
fhir:title [ fhir:v "Implantate, medizinische Geräte und Heilbehelfe" ] ;
fhir:code [
      ( fhir:coding [
a loinc:46264-8 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "46264-8" ] ;
fhir:display [ fhir:v "Anamnese zum Einsatz von Medizinprodukten" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrativer Text muss generiert werden.</p></div>"^^rdf:XMLLiteral ]     ] ;
fhir:emptyReason [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>         ] ;
fhir:code [ fhir:v "nilknown" ]       ] )     ]
  ] ) . # 

<urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8> a fhir:Patient ;
  fhir:id [ fhir:v "AtApsExampleBundle01-patient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-patient"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_AtApsExampleBundle01-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient AtApsExampleBundle01-patient</b></p><a name=\"AtApsExampleBundle01-patient\"> </a><a name=\"hcAtApsExampleBundle01-patient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-aps-patient.html\">AT APS Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Johanna Musterfrau  Female, DoB: 1961-12-24 ( Social Security number: 1111241261)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Verheiratet</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Patient internal identifier/0001</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+43.2682.40400\">+43.2682.40400</a></li><li><a href=\"tel:+43.664.1234567\">+43.664.1234567</a></li><li><a href=\"mailto:musterfrau@provider.at\">musterfrau@provider.at</a></li><li>Musterstraße 13a Eisenstadt Burgenland 7000 AUT (home)</li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "SS" ] ;
fhir:display [ fhir:v "Social Security number" ]       ] )     ] ;
fhir:system [
fhir:v "urn:oid:1.2.40.0.10.1.4.3.1"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.40.0.10.1.4.3.1>     ] ;
fhir:value [ fhir:v "1111241261" ] ;
fhir:assigner [
fhir:display [ fhir:v "Dachverband der österreichischen Sozialversicherungsträger" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "PI" ] ;
fhir:display [ fhir:v "Patient internal identifier" ]       ] )     ] ;
fhir:system [
fhir:v "urn:oid:1.2.3.4.5"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.3.4.5>     ] ;
fhir:value [ fhir:v "0001" ] ;
fhir:assigner [
fhir:display [ fhir:v "Ein GDA in Österreich" ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Musterfrau" ] ;
    ( fhir:given [ fhir:v "Maria" ] [ fhir:v "Johanna" ] ) ;
    ( fhir:prefix [ fhir:v "Dr." ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+43.2682.40400" ] ;
fhir:use [ fhir:v "home" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+43.664.1234567" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "musterfrau@provider.at" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1961-12-24"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "Musterstraße 13a" ] ) ;
fhir:city [ fhir:v "Eisenstadt" ] ;
fhir:state [ fhir:v "Burgenland" ] ;
fhir:postalCode [ fhir:v "7000" ] ;
fhir:country [ fhir:v "AUT" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus>       ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Verheiratet" ]     ] )
  ] . # 

<urn:uuid:75db30ee-7028-486c-929a-c5126837f472> a fhir:Device ;
  fhir:id [ fhir:v "AtApsExampleBundle01-author"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-device"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-device>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_AtApsExampleBundle01-author\"> </a><p>Dieses Gerät erzeugt ein APS FHIR-Dokument.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "APS Generator" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
  ] ) ; # 
  fhir:version ( [
fhir:value [ fhir:v "1.0.0" ]
  ] ) . # 

<urn:uuid:6bcdcc96-1443-48bd-ab41-7692dc1baecd> a fhir:Organization ;
  fhir:id [ fhir:v "AtApsExampleBundle01-custodian"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-organization"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_AtApsExampleBundle01-custodian\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization AtApsExampleBundle01-custodian</b></p><a name=\"AtApsExampleBundle01-custodian\"> </a><a name=\"hcAtApsExampleBundle01-custodian\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-aps-organization.html\">AT APS Organization</a></p></div><p><b>name</b>: Muster-Organization</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "Muster-Organization"] . #