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

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 1.11.2 Bundle - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cps-bundle-06"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ]
  ] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
    ( fhir:resource [
a fhir:Task ;
fhir:id [ fhir:v "cps-task-01-02" ] ;
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
        ( fhir:profile [
fhir:v "http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPTask"^^xsd:anyURI ;
fhir:link <http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPTask>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_cps-task-01-02\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task cps-task-01-02</b></p><a name=\"cps-task-01-02\"> </a><a name=\"hccps-task-01-02\"> </a><a name=\"cps-task-01-02-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SCPTask.html\">Shared Care Planning: Task Profile</a></p></div><p><b>status</b>: Accepted</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fullfill}\">fullfill</span></p><p><b>focus</b>: Identifier: <code>2.16.528.1.1007.3.3.21514.ehr.orders</code>/99534756439</p><p><b>for</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/bsn</code>/111222333</p><p><b>requester</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-1</p><p><b>owner</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-2</p><p><b>reasonReference</b>: Identifier: <code>2.16.528.1.1007.3.3.21514.ehr.diagnoses</code>/56476575765</p></div>"       ] ;
fhir:status [ fhir:v "accepted" ] ;
fhir:intent [ fhir:v "order" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fullfill" ]         ] )       ] ;
fhir:focus [
fhir:identifier [
fhir:system [ fhir:v "2.16.528.1.1007.3.3.21514.ehr.orders"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99534756439" ]         ]       ] ;
fhir:for [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/bsn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "111222333" ]         ]       ] ;
fhir:requester [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/uzi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UZI-1" ]         ]       ] ;
fhir:owner [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ] ;
fhir:value [ fhir:v "URA-2" ]         ]       ] ;
fhir:reasonReference [
fhir:identifier [
fhir:system [ fhir:v "2.16.528.1.1007.3.3.21514.ehr.diagnoses"^^xsd:anyURI ] ;
fhir:value [ fhir:v "56476575765" ]         ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Task/cps-task-01"^^xsd:anyURI ]     ]
  ] ) . #