MyHealth@Eu Laboratory Report
0.0.1 - qa-preview 150

This page is part of the MyHealth@Eu Laboratory Report (v0.0.1: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Observation: Blood Group - 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 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SampleBloodGroupObservation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Observation-resultslab-lab-myhealtheu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/laboratory/StructureDefinition/Observation-resultslab-lab-myhealtheu>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SampleBloodGroupObservation\"> </a><a name=\"hcSampleBloodGroupObservation\"> </a></p><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\">Resource Observation &quot;SampleBloodGroupObservation&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-resultslab-lab-myhealtheu.html\">Observation Results: Laboratory</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Blood bank studies (set) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#18717-9)</span></p><p><b>code</b>: Blood Group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#883-9 &quot;ABO group [Type] in Blood&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-SamplePatient.html\">Patient/SamplePatient</a> &quot; DOE&quot;</p><p><b>effective</b>: 2023-03-09 13:35:00+0100</p><p><b>performer</b>: <span>: Dr. Patrick Dempsey</span></p><p><b>value</b>: A <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#112144000 &quot;Blood group A (finding)&quot;)</span></p></div>"
  ] ; # 
  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 "laboratory" ]     ] )
  ] [
    ( fhir:coding [
a loinc:18717-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18717-9" ] ;
fhir:display [ fhir:v "Blood bank studies (set)" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:883-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "883-9" ] ;
fhir:display [ fhir:v "ABO group [Type] in Blood" ]     ] ) ;
fhir:text [ fhir:v "Blood Group" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/SamplePatient" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-03-09T13:35:00+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:display [ fhir:v "Dr. Patrick Dempsey" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:112144000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "112144000" ] ;
fhir:display [ fhir:v "Blood group A (finding)" ]     ] ) ;
fhir:text [ fhir:v "A" ]
  ] . #