Kenya eClaims FHIR IG
0.1.0 - ci-build Kenya flag

Kenya eClaims FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DiagnosticReport - Example Diagnostic Report - TTL Representation

Raw ttl | Download


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

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

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-diagnosticreport"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://example.com/fhir/StructureDefinition/eclaims-diagnosticreport"^^xsd:anyURI ;
fhir:l <https://example.com/fhir/StructureDefinition/eclaims-diagnosticreport>     ] )
  ] ; # 
  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: DiagnosticReport example-diagnosticreport</b></p><a name=\"example-diagnosticreport\"> </a><a name=\"hcexample-diagnosticreport\"> </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-eclaims-diagnosticreport.html\">DiagnosticReport Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">Complete blood count panel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2024-07-15 10:00:00+0300</td></tr><tr><td>Reported</td><td>2024-07-15 12:00:00+0300</td></tr><tr><td>Performer</td><td> <a href=\"Organization/example-lab\">National Public Health Lab</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>The observation 'Observation/obs-hemoglobin' could not be resolved</i></td></tr><tr><td colspan=\"2\"><i>The observation 'Observation/obs-wbc' could not be resolved</i></td></tr></table><p>Normal complete blood count.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 248234009}\">Normal hematology report</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0074>       ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:58410-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "Complete blood count panel" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ] ;
fhir:display [ fhir:v "Jane Doe" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/example-encounter ;
fhir:reference [ fhir:v "Encounter/example-encounter" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2024-07-15T10:00:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2024-07-15T12:00:00+03:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:l fhir:Organization/example-lab ;
fhir:reference [ fhir:v "Organization/example-lab" ] ;
fhir:display [ fhir:v "National Public Health Lab" ]
  ] ) ; # 
  fhir:resultsInterpreter ( [
fhir:l fhir:Practitioner/example-pathologist ;
fhir:reference [ fhir:v "Practitioner/example-pathologist" ] ;
fhir:display [ fhir:v "Dr. John K. Odhiambo" ]
  ] ) ; # 
  fhir:result ( [
fhir:l fhir:Observation/obs-hemoglobin ;
fhir:reference [ fhir:v "Observation/obs-hemoglobin" ]
  ] [
fhir:l fhir:Observation/obs-wbc ;
fhir:reference [ fhir:v "Observation/obs-wbc" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Normal complete blood count."] ; # 
  fhir:conclusionCode ( [
    ( fhir:coding [
a sct:248234009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "248234009" ] ;
fhir:display [ fhir:v "Normal hematology report" ]     ] )
  ] ) ; # 
  fhir:presentedForm ( [
fhir:language [ fhir:v "en" ] ;
fhir:url [
fhir:v "https://example.org/reports/cbc-12345.pdf"^^xsd:anyURI ;
fhir:l <https://example.org/reports/cbc-12345.pdf>     ] ;
fhir:title [ fhir:v "CBC Report" ]
  ] ) . #