PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU 1 Ballot

This page is part of the PACIO Advance Directive Information Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example-McBee-PreferenceCarePlan1 - 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:Resource.id [ fhir:value "Example-McBee-PreferenceCarePlan1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PreferenceCarePlan";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PreferenceCarePlan>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"Example-McBee-PreferenceCarePlan1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PADI-PreferenceCarePlan.html\">ADI Preference Care Plan</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>category</b>: Advance care plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#736366004)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Patient/Example-Smith-Johnson-Patient1</a> \" SMITH-JOHNSON\"</p><p><b>addresses</b>: </p><ul><li><span>: Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery</span></li><li><span>: Persistent vegetative state (SNOMED CT 24473007)</span></li><li><span>: Irreversible coma (SNOMED CT 73453007)</span></li></ul><p><b>goal</b>: </p><ul><li><a href=\"Goal-Example-McBee-PersonalInterventionPreference1.html\">Goal/Example-McBee-PersonalInterventionPreference1</a></li><li><a href=\"Goal-Example-McBee-PersonalInterventionPreference2.html\">Goal/Example-McBee-PersonalInterventionPreference2</a></li><li><a href=\"Goal-Example-McBee-PersonalInterventionPreference3.html\">Goal/Example-McBee-PersonalInterventionPreference3</a></li><li><a href=\"Goal-Example-McBee-PersonalInterventionPreference4.html\">Goal/Example-McBee-PersonalInterventionPreference4</a></li><li><a href=\"Goal-Example-McBee-PersonalInterventionPreference5.html\">Goal/Example-McBee-PersonalInterventionPreference5</a></li><li><a href=\"Goal-Example-McBee-PersonalInterventionPreference6.html\">Goal/Example-McBee-PersonalInterventionPreference6</a></li><li><a href=\"Goal-Example-McBee-PersonalInterventionPreference7.html\">Goal/Example-McBee-PersonalInterventionPreference7</a></li></ul></div>"
  ];
  fhir:CarePlan.status [ fhir:value "active"];
  fhir:CarePlan.intent [ fhir:value "proposal"];
  fhir:CarePlan.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:736366004;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "736366004" ];
       fhir:Coding.display [ fhir:value "Advance care plan" ]     ]
  ];
  fhir:CarePlan.subject [
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ];
  fhir:CarePlan.addresses [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery" ]
  ], [
     fhir:index 1;
     fhir:Reference.display [ fhir:value "Persistent vegetative state (SNOMED CT 24473007)" ]
  ], [
     fhir:index 2;
     fhir:Reference.display [ fhir:value "Irreversible coma (SNOMED CT 73453007)" ]
  ];
  fhir:CarePlan.goal [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Goal/Example-McBee-PersonalInterventionPreference1" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Goal/Example-McBee-PersonalInterventionPreference2" ]
  ], [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "Goal/Example-McBee-PersonalInterventionPreference3" ]
  ], [
     fhir:index 3;
     fhir:Reference.reference [ fhir:value "Goal/Example-McBee-PersonalInterventionPreference4" ]
  ], [
     fhir:index 4;
     fhir:Reference.reference [ fhir:value "Goal/Example-McBee-PersonalInterventionPreference5" ]
  ], [
     fhir:index 5;
     fhir:Reference.reference [ fhir:value "Goal/Example-McBee-PersonalInterventionPreference6" ]
  ], [
     fhir:index 6;
     fhir:Reference.reference [ fhir:value "Goal/Example-McBee-PersonalInterventionPreference7" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.