Integrierte Versorgung Diabetes (R4) ****** TEST VERSION ******
0.1.1 - ci-build

Integrierte Versorgung Diabetes (R4) ****** TEST VERSION ****** - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-careplan-obesity - 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 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 "example-careplan-obesity"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>A simple care plan to indicate a patient taking their weight once a day because of obesity.</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
a fhir:Condition ;
fhir:id [ fhir:v "plan-diab-obesity" ] ;
fhir:clinicalStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]       ] )     ] ;
fhir:verificationStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]       ] )     ] ;
fhir:code [
fhir:text [ fhir:v "Obesity" ]     ] ;
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8" ] ;
fhir:display [ fhir:v "Susanne Testpatientin" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:instantiatesUri ( [ fhir:v "http://example.org/protocol-for-obesity"^^xsd:anyURI] ) ; # 
  fhir:basedOn ( [
fhir:display [ fhir:v "Management of Type 2 Diabetes" ]
  ] ) ; # 
  fhir:replaces ( [
fhir:display [ fhir:v "Plan from urgent care clinic" ]
  ] ) ; # 
  fhir:partOf ( [
fhir:display [ fhir:v "Overall wellness plan" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
fhir:text [ fhir:v "Weight management plan" ]
  ] ) ; # 
  fhir:description [ fhir:v "Manage obesity and weight loss"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8" ] ;
fhir:display [ fhir:v "Susanne Testpatientin" ]
  ] ; # 
  fhir:period [
fhir:end [ fhir:v "2017-06-01"^^xsd:date ]
  ] ; # 
  fhir:created [ fhir:v "2016-01-01"^^xsd:date] ; # 
  fhir:author [
fhir:reference [ fhir:v "urn:uuid:75db30ee-7028-486c-929a-c5126837f472" ] ;
fhir:display [ fhir:v "Dr. IV-Ärztin" ]
  ] ; # 
  fhir:addresses ( [
fhir:reference [ fhir:v "#plan-diab-obesity" ] ;
fhir:display [ fhir:v "obesity" ]
  ] ) ; # 
  fhir:activity ( [
    ( fhir:outcomeCodeableConcept [
      ( fhir:coding [
a sct:161832001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161832001" ] ;
fhir:display [ fhir:v "Progressive weight loss" ]       ] )     ] ) ;
fhir:detail [
fhir:code [
        ( fhir:coding [
a loinc:3141-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3141-9" ] ;
fhir:display [ fhir:v "Weight Measured" ]         ] [
a sct:27113001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27113001" ] ;
fhir:display [ fhir:v "Body weight" ]         ] )       ] ;
fhir:status [ fhir:v "completed" ] ;
fhir:statusReason [
fhir:text [ fhir:v "Achieved weight loss to mitigate diabetes risk." ]       ] ;
fhir:doNotPerform [ fhir:v false ] ;
fhir:scheduled [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]         ]       ] ;
fhir:location [
fhir:display [ fhir:v "Patient's home" ]       ] ;
      ( fhir:performer [
fhir:reference [ fhir:v "urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8" ] ;
fhir:display [ fhir:v "Susanne Testpatientin" ]       ] )     ]
  ] ) . #