@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Goal; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Example-McBee-PersonalHealthGoal7"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PersonalHealthGoal"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "

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:

Not being a financial burden to my family

" ]; fhir:Goal.lifecycleStatus [ fhir:value "proposed"]; fhir:Goal.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:81378-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "81378-2" ]; fhir:Coding.display [ fhir:value "Goals, preferences, and priorities under certain health conditions [Reported]" ] ] ]; fhir:Goal.description [ 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: Not being a financial burden to my family" ] ]; fhir:Goal.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/Example-McBee-Patient1" ] ] . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------