Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. 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/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions

: Plan for Diabetes Sharon Cynthia Proef - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "scp-plan-diabetes"] ; # 
  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 scp-plan-diabetes</b></p><a name=\"scp-plan-diabetes\"> </a><a name=\"hcscp-plan-diabetes\"> </a><a name=\"scp-plan-diabetes-en-US\"> </a><p><b>status</b>: Draft</p><p><b>intent</b>: Plan</p><p><b>title</b>: Plan voor behandeling Diabetes Sharon Cynthia Proef</p><p><b>subject</b>: <a href=\"Patient-SharonCynthiaProef.html\">Sharon Cynthia Proef  (no stated gender), DoB Unknown</a></p><p><b>addresses</b>: <a href=\"Condition-scp-condition-diabetes.html\">Condition Diabetes mellitus (disorder)</a></p><p><b>supportingInfo</b>: <a href=\"Condition-scp-condition-hypertensie.html\">Condition Hypertensive disorder, systemic arterial (disorder)</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Task-scp-task-bloedpanel.html\">Task Compleet bloedbeeld panel in bloed d.m.v. geautomatiseerde telling</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:title [ fhir:v "Plan voor behandeling Diabetes Sharon Cynthia Proef"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/SharonCynthiaProef" ]
  ] ; # 
  fhir:addresses ( [
fhir:reference [ fhir:v "Condition/scp-condition-diabetes" ]
  ] ) ; # 
  fhir:supportingInfo ( [
fhir:reference [ fhir:v "Condition/scp-condition-hypertensie" ]
  ] ) ; # 
  fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "Task/scp-task-bloedpanel" ]     ]
  ] ) . #