PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions
: Example: JF Discharge Care 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/JF-DischargeCarePlan> a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "JF-DischargeCarePlan"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|8.0.1" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|8.0.1>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan JF-DischargeCarePlan</b></p><a name=\"JF-DischargeCarePlan\"> </a><a name=\"hcJF-DischargeCarePlan\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-careplan.html\">US Core CarePlan Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/careplan-category assess-plan}\">Assessment and Plan of Treatment</span></p><p><b>subject</b>: <a href=\"Patient-Example-Fiction.html\">Jane Fiction Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</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=\"ServiceRequest-JF-PCPFollowUp.html\">ServiceRequest Follow-up visit (procedure)</a></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 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/careplan-category" ] ;
fhir:Coding.code [ fhir:value "assess-plan" ] ;
fhir:Coding.display [ fhir:value "Assessment and Plan of Treatment" ]
]
] ;
fhir:CarePlan.subject [
fhir:link <http://hl7.org/fhir/Patient/Example-Fiction> ;
fhir:Reference.reference [ fhir:value "Patient/Example-Fiction" ]
] ;
fhir:CarePlan.activity [
fhir:index 0 ;
fhir:CarePlan.activity.reference [
fhir:link <http://hl7.org/fhir/ServiceRequest/JF-PCPFollowUp> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/JF-PCPFollowUp" ]
]
] .
<http://hl7.org/fhir/Patient/Example-Fiction> a fhir:Patient .
<http://hl7.org/fhir/ServiceRequest/JF-PCPFollowUp> a fhir:ServiceRequest .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/JF-DischargeCarePlan.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CarePlan/JF-DischargeCarePlan.ttl> .