Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-patient-goal - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Goal/example-patient-goal> a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-patient-goal"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://opennursingcoreig.com/StructureDefinition/onc-nursing-goal" ;
       fhir:index 0 ;
       fhir:link <https://opennursingcoreig.com/StructureDefinition/onc-nursing-goal>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal example-patient-goal</b></p><a name=\"example-patient-goal\"> </a><a name=\"hcexample-patient-goal\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onc-nursing-goal.html\">ONC Nursing Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Patient will remain free from falls.</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-jane.html\">Jane Doe  Female, DoB Unknown</a></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 88020-3}\">Functional status</span></td><td><span title=\"Codes:{http://snomed.info/sct 385652002}\">Objective achieved</span></td><td>2025-12-31</td></tr></table><p><b>addresses</b>: <a href=\"Condition-example-nursing-problem.html\">Condition Risk of falls</a></p></div>"
  ] ;
  fhir:Goal.lifecycleStatus [ fhir:value "active"] ;
  fhir:Goal.description [
     fhir:CodeableConcept.text [ fhir:value "Patient will remain free from falls." ]
  ] ;
  fhir:Goal.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-example-jane> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-example-jane" ]
  ] ;
  fhir:Goal.target [
     fhir:index 0 ;
     fhir:Goal.target.measure [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:88020-3 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "88020-3" ] ;
         fhir:Coding.display [ fhir:value "Functional status" ]
       ]
     ] ;
     fhir:Goal.target.detailCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:385652002 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "385652002" ] ;
         fhir:Coding.display [ fhir:value "Objective achieved" ]
       ]
     ] ;
     fhir:Goal.target.dueDate [ fhir:value "2025-12-31"^^xsd:date ]
  ] ;
  fhir:Goal.addresses [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/example-nursing-problem> ;
     fhir:Reference.reference [ fhir:value "Condition/example-nursing-problem" ]
  ] .

<http://hl7.org/fhir/Patient/patient-example-jane> a fhir:Patient .

<http://hl7.org/fhir/Condition/example-nursing-problem> a fhir:Condition .

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

<http://hl7.org/fhir/Goal/example-patient-goal.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Goal/example-patient-goal.ttl> .