PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

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

: Example-Smith-Johnson-PersonalGoal1 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Goal/Example-Smith-Johnson-PersonalGoal1> a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-PersonalGoal1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalGoal" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalGoal>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>If I am so sick or seriously injured that I cannot express my own medical treatment preferences, and if I am not expected to live without additional treatment for my illness, disease, condition or injury, then I want my medical care team to know that these are the things that are most important to me:</b></p><ul><li><i>Avoiding prolonged dependence on machines</i></li><li><i>Not being a physical burden to my family</i></li><li><i>Dying at home</i></li></ul></div>"
  ] ;
  fhir:Goal.lifecycleStatus [ fhir:value "proposed"] ;
  fhir:Goal.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:87528-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "87528-6" ] ;
       fhir:Coding.display [ fhir:value "Personal health goal" ]
     ]
  ] ;
  fhir:Goal.description [
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-enclosedPrecondition-extension" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.text [ fhir:value "If I am so sick or seriously injured that I cannot express my own medical treatment preferences, and if I am not expected to live without additional treatment for my illness, disease, condition or injury, then I want my medical care team to know that these are the things that are most important to me" ]
       ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Avoiding prolonged dependence on machines, Not being a physical burden to my family, Dying at home" ]
  ] ;
  fhir:Goal.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Goal.expressedBy [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] .

<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient .

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

<http://hl7.org/fhir/Goal/Example-Smith-Johnson-PersonalGoal1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Goal/Example-Smith-Johnson-PersonalGoal1.ttl> .