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

: AtApsCarePlan-Beispiel - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AtApsExampleCareplan01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-careplan"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-careplan>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Ein einfacher Pflegeplan, der angibt, dass ein Patient aufgrund von Adipositas einmal täglich sein Gewicht messen soll.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/workflow-shallComplyWith"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/workflow-shallComplyWith>     ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://example.org/protocol-for-obesity"^^xsd:anyURI ;
fhir:l <http://example.org/protocol-for-obesity>     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:display [ fhir:v "Behandlung von Typ-2-Diabetes" ]
  ] ) ; # 
  fhir:replaces ( [
fhir:display [ fhir:v "Plan der Klinik" ]
  ] ) ; # 
  fhir:partOf ( [
fhir:display [ fhir:v "Allgemeiner Wellnessplan" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
fhir:text [ fhir:v "Gewichtsmanagementplan" ]
  ] ) ; # 
  fhir:description [ fhir:v "Übergewicht und Gewichtsverlust managen"] ; # 
  fhir:subject [
fhir:l fhir:Patient/at-aps-example-patient-01 ;
fhir:reference [ fhir:v "Patient/at-aps-example-patient-01" ] ;
fhir:display [ fhir:v "Maria Musterfrau" ]
  ] ; # 
  fhir:period [
fhir:end [ fhir:v "2017-06-01"^^xsd:date ]
  ] ; # 
  fhir:created [ fhir:v "2016-01-01"^^xsd:date] ; # 
  fhir:author [
fhir:l fhir:Practitioner/at-aps-example-practitioner-01 ;
fhir:reference [ fhir:v "Practitioner/at-aps-example-practitioner-01" ] ;
fhir:display [ fhir:v "Hanna Hausärztin" ]
  ] ; # 
  fhir:addresses ( [
fhir:l fhir:Condition/AtApsExampleCondition01 ;
fhir:reference [ fhir:v "Condition/AtApsExampleCondition01" ]
  ] ) ; # 
  fhir:activity ( [
    ( fhir:outcomeCodeableConcept [
      ( fhir:coding [
a sct:416528001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "416528001" ] ;
fhir:display [ fhir:v "Intentional weight loss" ]       ] )     ] )
  ] ) . #