ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: patient-careplan-with-custom-rules - 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:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient-careplan-with-custom-rules"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-care-plan"^^xsd:anyURI ;
fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-care-plan> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"patient-careplan-with-custom-rules\"> </a></p><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\">Resource CarePlan "patient-careplan-with-custom-rules" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-care-plan.html\">ResMed CarePlan</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href=\"Patient-airview-patient-with-custom-rules.html\">Patient/airview-patient-with-custom-rules</a> " MCDONALD"</p><p><b>author</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> "SleepyLabs Sleep Clinic"</p><p><b>contributor</b>: <a href=\"Practitioner-resmed-practitioner-example.html\">Practitioner/resmed-practitioner-example</a> " SMITH"</p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/airview-patient-with-custom-rules" ]
] ; #
fhir:author [
fhir:reference [ fhir:v "Organization/airview-organization" ]
] ; #
fhir:contributor ( [
fhir:reference [ fhir:v "Practitioner/resmed-practitioner-example" ]
] ) . #