HL7 Europe Patient Summary
1.0.0-ci-build - ci-build 150

HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. See the Directory of published versions

: CarePlan: Hyperlipidemia clinical management plan - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/81b033d8-ab2e-4eee-8792-3b9c6261869d> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "81b033d8-ab2e-4eee-8792-3b9c6261869d"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Hyperlipidemia clinical management plan</td><td><span class=\"nb\">2020-07-06</span></td><td>Hyperlipidemia</td></tr></table></div>"
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:734163000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "734163000" ] ;
       fhir:Coding.display [ fhir:value "Care plan" ]
     ]
  ] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ;
     fhir:Reference.display [ fhir:value "Petra Schwartz" ]
  ] ;
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2020-07-06"^^xsd:date ]
  ] ;
  fhir:CarePlan.activity [
     fhir:index 0 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.kind [ fhir:value "Appointment" ] ;
       fhir:CarePlan.activity.detail.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:736285004 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "736285004" ] ;
           fhir:Coding.display [ fhir:value "Hyperlipidemia clinical management plan (record artifact)" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.reasonCode [
         fhir:index 0 ;
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:55822004 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "55822004" ] ;
           fhir:Coding.display [ fhir:value "Hyperlipidemia" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "unknown" ] ;
       fhir:CarePlan.activity.detail.description [ fhir:value "Hyperlipidemia clinical management plan" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/81b033d8-ab2e-4eee-8792-3b9c6261869d.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CarePlan/81b033d8-ab2e-4eee-8792-3b9c6261869d.ttl> .