MyHealth@Eu Patient Summary
1.0.0-poc - qa-preview 150

MyHealth@Eu Patient Summary - Downloaded Version 1.0.0-poc See the Directory of published versions

: DiagnosticReport: Blood count (EPS) - TTL Representation

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/DiagnosticReport/d6b3b7aa-8dbd-4df2-8ac1-0d4fe92e01b1> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "d6b3b7aa-8dbd-4df2-8ac1-0d4fe92e01b1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/diagnosticReport-myhealtheu-eps" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/diagnosticReport-myhealtheu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Complete blood count, 2025-08-20: no clinically significant abnormality reported.</p></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "LAB" ] ;
       fhir:Coding.display [ fhir:value "Laboratory" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:58410-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "58410-2" ] ;
       fhir:Coding.display [ fhir:value "CBC panel - Blood by Automated count" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Complete blood count" ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2025-08-20T09:30:00+02:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2025-08-20T13:15:00+02:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614> ;
     fhir:Reference.reference [ fhir:value "Organization/ce815734-508a-4c1d-8b63-01e1d02a5614" ]
  ] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "Complete blood count reviewed; no clinically significant abnormality reported."] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

<http://hl7.org/fhir/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/d6b3b7aa-8dbd-4df2-8ac1-0d4fe92e01b1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/d6b3b7aa-8dbd-4df2-8ac1-0d4fe92e01b1.ttl> .