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

: minimal-enrollment-Task - 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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "minimal-enrollment-Task"] ; # 
  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: Task minimal-enrollment-Task</b></p><a name=\"minimal-enrollment-Task\"> </a><a name=\"hcminimal-enrollment-Task\"> </a><a name=\"minimal-enrollment-Task-en-US\"> </a><p><b>basedOn</b>: <a href=\"CarePlan-minimal-enrollment-CarePlan.html\">CarePlan CarePlan for Minimal Enrollment</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"ServiceRequest-minimal-enrollment-ServiceRequest.html\">ServiceRequest monitoren via telegeneeskunde (regime/therapie)</a></p></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "CarePlan/minimal-enrollment-CarePlan" ]
  ] ) ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:focus [
fhir:reference [ fhir:v "ServiceRequest/minimal-enrollment-ServiceRequest" ]
  ] . #