@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir-ig.digitalhealth.gov.ng/Goal/NgGoal-001> a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NgGoal-001"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-goal"^^xsd:anyURI ;
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-goal>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal NgGoal-001</b></p><a name=\"NgGoal-001\"> </a><a name=\"hcNgGoal-001\"> </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-ng-goal.html\">NG Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement improving}\">Improving</span></p><p><b>category</b>: <span title=\"Codes:\">Chronic disease management</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-priority high-priority}\">High Priority</span></p><p><b>description</b>: <span title=\"Codes:\">Control systolic blood pressure</span></p><p><b>subject</b>: <a href=\"Patient-00114455-e5f6-4789-a123-456789abcdef.html\">Kemi Adebayo  Female, DoB: 1995-02-14 ( nin)</a></p><p><b>start</b>: 2025-11-11</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 10889-4}\">Bisacodyl [Mass/mass] in Stool</span></td><td>120 mmHg</td><td>2025-12-23</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:lifecycleStatus [ fhir:v "active"] ; # 
  fhir:achievementStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/goal-achievement>
       ] ;
       fhir:code [ fhir:v "improving" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:text [ fhir:v "Chronic disease management" ]
  ] ) ; # 
  fhir:priority [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/goal-priority"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/goal-priority>
       ] ;
       fhir:code [ fhir:v "high-priority" ]
     ] )
  ] ; # 
  fhir:description [
     fhir:text [ fhir:v "Control systolic blood pressure" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/Patient/00114455-e5f6-4789-a123-456789abcdef> ;
     fhir:reference [ fhir:v "Patient/00114455-e5f6-4789-a123-456789abcdef" ]
  ] ; # 
  fhir:start [
     a fhir:Date ;
     fhir:v "2025-11-11"^^xsd:date
  ] ; # 
  fhir:target ( [
     fhir:measure [
       fhir:coding ( [
         a loinc:10889-4 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "10889-4" ] ;
         fhir:display [ fhir:v "Bisacodyl [Mass/mass] in Stool" ]
       ] )
     ] ;
     fhir:detail [
       a fhir:Quantity ;
       fhir:value [ fhir:v "120"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mmHg" ]
     ] ;
     fhir:due [
       a fhir:Date ;
       fhir:v "2025-12-23"^^xsd:date
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

