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.04.3 CarePlan creation - 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 "cps-careplan-01"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
( fhir:profile [
fhir:v "http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPCareplan"^^xsd:anyURI ;
fhir:link <http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPCareplan> ] )
] ; #
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 cps-careplan-01</b></p><a name=\"cps-careplan-01\"> </a><a name=\"hccps-careplan-01\"> </a><a name=\"cps-careplan-01-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: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SCPCareplan.html\">Shared Care Planning: CarePlan Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 135411000146103}\">Multidisciplinary care regime</span></p><p><b>subject</b>: <a href=\"Patient-cps-patient-patrick.html\">Patrick Egger Male, DoB: 1984-04-01 ( http://fhir.nl/fhir/NamingSystem/bsn#111222333)</a></p><p><b>author</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-1</p><p><b>careTeam</b>: <a href=\"CareTeam-cps-careteam-01.html\">CareTeam: category = Multidisciplinary care regime</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:135411000146103 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "135411000146103" ] ;
fhir:display [ fhir:v "Multidisciplinary care regime" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/cps-patient-patrick" ]
] ; #
fhir:author [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/uzi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UZI-1" ] ]
] ; #
fhir:careTeam ( [
fhir:reference [ fhir:v "CareTeam/cps-careteam-01" ]
] ) . #