IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Lifestyle-Empfehlungen zur Blutdruckregulation - 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 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 "UC1-CarePlanLifestyleRecommendations"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan UC1-CarePlanLifestyleRecommendations</b></p><a name=\"UC1-CarePlanLifestyleRecommendations\"> </a><a name=\"hcUC1-CarePlanLifestyleRecommendations\"> </a><a name=\"UC1-CarePlanLifestyleRecommendations-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 736286003}\">Hypertonie-Versorgungsplan</span></p><p><b>title</b>: Lifestyle-Empfehlungen zur Blutdruckregulation</p><p><b>subject</b>: <a href=\"Patient-UC1-Patient.html\">Klaus Müller Male, DoB: 1959-05-20</a></p><p><b>period</b>: 2021-10-20 --> 2022-10-20</p><p><b>addresses</b>: <a href=\"Condition-UC1-DiagnosisHypertensionOct2021.html\">Condition Hypertonie</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:category ( [
( fhir:coding [
a sct:736286003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "736286003" ] ;
fhir:display [ fhir:v "Hypertonie-Versorgungsplan" ] ] )
] ) ; #
fhir:title [ fhir:v "Lifestyle-Empfehlungen zur Blutdruckregulation"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC1-Patient" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2021-10-20"^^xsd:date ] ;
fhir:end [ fhir:v "2022-10-20"^^xsd:date ]
] ; #
fhir:addresses ( [
fhir:reference [ fhir:v "Condition/UC1-DiagnosisHypertensionOct2021" ]
] ) . #