@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 -------------------------------------------------------------------

<http://hapi.moh.gov.zm/fhir/DiagnosticReport/ExampleZMCoreDiagnosticReport> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZMCoreDiagnosticReport"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-diagnostic-report"^^xsd:anyURI ;
       fhir:link <http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-diagnostic-report>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 ExampleZMCoreDiagnosticReport</b></p><a name=\"ExampleZMCoreDiagnosticReport\"> </a><a name=\"hcExampleZMCoreDiagnosticReport\"> </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-zm-core-diagnostic-report.html\">ZM-Core Diagnostic Report Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>John Mwale  Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)</td></tr><tr><td>Relevant Time</td><td>2026-08-08 09:30:00+0200</td></tr><tr><td>Reported</td><td>2026-08-08 11:00:00+0200</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ExampleZMCoreOrganization.html\">Organization Chilenje First Level Hospital</a></td></tr><tr><td>Identifier</td><td> <code>http://hapi.moh.gov.zm/fhir/sid/diagnostic-report-id</code>/LAB-2026-000001</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-ExampleZMCoreObservationHemoglobin.html\"><span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></a></td><td>13.2 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>Final</td></tr></table><div><p>Hemoglobin result is within the expected reference range.</p>\n</div><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:\">Hemoglobin within expected reference range</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://hapi.moh.gov.zm/fhir/sid/diagnostic-report-id"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "LAB-2026-000001" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:link <http://hapi.moh.gov.zm/fhir/ServiceRequest/ExampleZMCoreLaboratoryServiceRequest> ;
     fhir:reference [ fhir:v "ServiceRequest/ExampleZMCoreLaboratoryServiceRequest" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "LAB" ] ;
       fhir:display [ fhir:v "Laboratory" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:11502-2 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "11502-2" ] ;
       fhir:display [ fhir:v "Laboratory report" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hapi.moh.gov.zm/fhir/Patient/ExampleZMCorePatient> ;
     fhir:reference [ fhir:v "Patient/ExampleZMCorePatient" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://hapi.moh.gov.zm/fhir/Encounter/ExampleZMCoreEncounter> ;
     fhir:reference [ fhir:v "Encounter/ExampleZMCoreEncounter" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2026-08-08T09:30:00+02:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2026-08-08T11:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
     fhir:link <http://hapi.moh.gov.zm/fhir/Organization/ExampleZMCoreOrganization> ;
     fhir:reference [ fhir:v "Organization/ExampleZMCoreOrganization" ]
  ] ) ; # 
  fhir:resultsInterpreter ( [
     fhir:link <http://hapi.moh.gov.zm/fhir/Practitioner/ExampleZMCorePractitioner> ;
     fhir:reference [ fhir:v "Practitioner/ExampleZMCorePractitioner" ]
  ] ) ; # 
  fhir:specimen ( [
     fhir:link <http://hapi.moh.gov.zm/fhir/Specimen/ExampleZMCoreSpecimenBlood> ;
     fhir:reference [ fhir:v "Specimen/ExampleZMCoreSpecimenBlood" ]
  ] ) ; # 
  fhir:result ( [
     fhir:link <http://hapi.moh.gov.zm/fhir/Observation/ExampleZMCoreObservationHemoglobin> ;
     fhir:reference [ fhir:v "Observation/ExampleZMCoreObservationHemoglobin" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Hemoglobin result is within the expected reference range."] ; # 
  fhir:conclusionCode ( [
     fhir:text [ fhir:v "Hemoglobin within expected reference range" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

