@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.savannahghi.org/ig/healthy-route/Observation/ExampleBloodPressure1> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleBloodPressure1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-blood-pressure"^^xsd:anyURI ;
       fhir:link <https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-blood-pressure>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleBloodPressure1</b></p><a name=\"ExampleBloodPressure1\"> </a><a name=\"hcExampleBloodPressure1\"> </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-hr-blood-pressure.html\">Healthy Route Blood Pressure</a></p></div><p><b>Tenant</b>: <code>https://example.org/sid/tenant</code>/site-a</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <a href=\"Patient-ExampleParticipant.html\">Adhiambo Otieno  Female, DoB: 1971-06-02 ( https://fhir.savannahghi.org/sid/optimalhealth-participant#HR-000123)</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleScreeningVisit.html\">Encounter: extension = https://example.org/sid/tenant#site-a; status = completed; class = ambulatory; actualPeriod = 2026-04-14 09:05:00+0300 --&gt; 2026-04-14 11:20:00+0300</a></p><p><b>effective</b>: 2026-04-14 09:20:00+0300</p><p><b>performer</b>: <a href=\"Practitioner-ExampleStudyNurse.html\">Practitioner Wanjiru Achieng </a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 148 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 94 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Identifier ;
       fhir:system [ fhir:v "https://example.org/sid/tenant"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "site-a" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "vital-signs" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:85354-9 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "85354-9" ] ;
       fhir:display [ fhir:v "Blood pressure panel with all children optional" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <https://fhir.savannahghi.org/ig/healthy-route/Patient/ExampleParticipant> ;
     fhir:reference [ fhir:v "Patient/ExampleParticipant" ]
  ] ; # 
  fhir:encounter [
     fhir:link <https://fhir.savannahghi.org/ig/healthy-route/Encounter/ExampleScreeningVisit> ;
     fhir:reference [ fhir:v "Encounter/ExampleScreeningVisit" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2026-04-14T09:20:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:link <https://fhir.savannahghi.org/ig/healthy-route/Practitioner/ExampleStudyNurse> ;
     fhir:reference [ fhir:v "Practitioner/ExampleStudyNurse" ]
  ] ) ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a loinc:8480-6 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "8480-6" ] ;
         fhir:display [ fhir:v "Systolic blood pressure" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "148"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mmHg" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "mm[Hg]" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:8462-4 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "8462-4" ] ;
         fhir:display [ fhir:v "Diastolic blood pressure" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "94"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mmHg" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "mm[Hg]" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

