PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions
: Care Plan for Cerebrovascular accident - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Example-Smith-Johnson-PMOCarePlan1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCarePlan"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCarePlan> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Example PMO Care Plan</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-condition-code-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-condition-code-extension> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:230690007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "230690007" ] ;
fhir:display [ fhir:v "Cerebrovascular accident (disorder)" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a loinc:93037-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "93037-0" ] ;
fhir:display [ fhir:v "Portable medical order form" ] ] )
] ) ; #
fhir:title [ fhir:v "Care Plan for Cerebrovascular accident"] ; #
fhir:subject [
fhir:l fhir:Patient/Example-Smith-Johnson-Patient1 ;
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
] ; #
fhir:addresses ( [
fhir:display [ fhir:v "Stroke and impaired speech." ]
] ) ; #
fhir:goal ( [
fhir:display [ fhir:v "Prescribe speech therapy to improve expressive dysphasia." ]
] ) . #