Kenya eClaims Implementation Guide 0.1.0 - ci-build
Kenya eClaims Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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/Observation/ECLM-OBS-001> a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ECLM-OBS-001"] ; 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: Observation ECLM-OBS-001</b></p><a name=\"ECLM-OBS-001\"> </a><a name=\"hcECLM-OBS-001\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-ECLM-PT-001.html\">John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))</a></p><p><b>effective</b>: 2025-11-02 09:00:00+0300</p><p><b>performer</b>: <a href=\"Practitioner-ECLM-PRA-001.html\">Practitioner Dr. James Ochieng (official)</a></p><p><b>value</b>: 13.5 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></p></div>" ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:718-7 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "718-7" ] ; fhir:Coding.display [ fhir:value "Hemoglobin [Mass/volume] in Blood" ] ] ] ; fhir:Observation.subject [ fhir:link <http://hl7.org/fhir/Patient/ECLM-PT-001> ; fhir:Reference.reference [ fhir:value "Patient/ECLM-PT-001" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2025-11-02T09:00:00+03:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link <http://hl7.org/fhir/Practitioner/ECLM-PRA-001> ; fhir:Reference.reference [ fhir:value "Practitioner/ECLM-PRA-001" ] ] ; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "13.5"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "g/dL" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "g/dL" ] ] . <http://hl7.org/fhir/Patient/ECLM-PT-001> a fhir:Patient . <http://hl7.org/fhir/Practitioner/ECLM-PRA-001> a fhir:Practitioner . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Observation/ECLM-OBS-001.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Observation/ECLM-OBS-001.ttl> .