CH LAB-Report (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-report/ and changes regularly. See the Directory of published versions
@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 "BloodGroup-codedResult-3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-blood-group"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-blood-group> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation BloodGroup-codedResult-3</b></p><a name=\"BloodGroup-codedResult-3\"> </a><a name=\"hcBloodGroup-codedResult-3\"> </a><a name=\"BloodGroup-codedResult-3-en-US\"> </a><p><b>identifier</b>: <code>https://labor.pipette.com/labvalues</code>/1304-03760-blood-group-component</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{http://snomed.info/sct 421661004}\">Blood banking and transfusion medicine (specialty) (qualifier value)</span>, <span title=\"Codes:{http://loinc.org 18717-9}\">Blood bank studies (set)</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 20099001}\">Blood typing, ABO, Rho(D) and red blood cell antibody screening (procedure)</span></p><p><b>subject</b>: <a href=\"Bundle-LabResultReport-1-tvt.html#urn-uuid-6b8a0365-5022-403b-a5a5-8d8680d701ef\">Hans Guggindieluft</a></p><p><b>effective</b>: 2024-04-23 11:24:26+0100</p><p><b>issued</b>: 2024-04-24 11:24:26+0100</p><p><b>performer</b>: <a href=\"Bundle-LabResultReport-1-tvt.html#urn-uuid-12328339-f7d6-4bb6-80e4-89fd03ce5052\">Eva Erlenmeyer</a></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 258075003}\">Serotyping (qualifier value)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hämoglobin</span></p><p><b>value</b>: 130 g/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/L = 'g/L')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>121 g/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/L = 'g/L')</span></td><td>154 g/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/L = 'g/L')</span></td></tr></table></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 882-1}\">ValBG</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 278153001}\">Blood group B Rh(D) negative</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 10331-7}\">Rhesus-Phänotyp</span></p><p><b>value</b>: ccddee</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 890-4}\">Antikörper</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 35068008}\">Blood group antibody C</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 890-4}\">Antikörper</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 83404001}\">Blood group antibody K</span></p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://labor.pipette.com/labvalues"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1304-03760-blood-group-component" ]
] ) ; #
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 sct:421661004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "421661004" ] ;
fhir:display [ fhir:v "Blood banking and transfusion medicine (specialty) (qualifier value)" ] ] )
] [
( 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 sct:20099001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20099001" ] ] ) ;
fhir:text [ fhir:v "Blood typing, ABO, Rho(D) and red blood cell antibody screening (procedure)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:6b8a0365-5022-403b-a5a5-8d8680d701ef" ] ;
fhir:display [ fhir:v "Hans Guggindieluft" ]
] ; #
fhir:effective [ fhir:v "2024-04-23T11:24:26+01:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2024-04-24T11:24:26+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:12328339-f7d6-4bb6-80e4-89fd03ce5052" ] ;
fhir:display [ fhir:v "Eva Erlenmeyer" ]
] ) ; #
fhir:method [
( fhir:coding [
a sct:258075003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258075003" ] ;
fhir:display [ fhir:v "Serotyping (qualifier value)" ] ] )
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:718-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "718-7" ] ;
fhir:display [ fhir:v "Hemoglobin [Mass/volume] in Blood" ] ] ) ;
fhir:text [ fhir:v "Hämoglobin" ] ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "130"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/L" ] ] ;
( fhir:referenceRange [
fhir:low [
fhir:value [ fhir:v "121"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/L" ] ] ;
fhir:high [
fhir:value [ fhir:v "154"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/L" ] ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:882-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "882-1" ] ;
fhir:display [ fhir:v "ABO and Rh group [Type] in Blood" ] ] ) ;
fhir:text [ fhir:v "ValBG" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:278153001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "278153001" ] ] ) ;
fhir:text [ fhir:v "Blood group B Rh(D) negative" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:10331-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10331-7" ] ;
fhir:display [ fhir:v "Rh [Type] in Blood" ] ] ) ;
fhir:text [ fhir:v "Rhesus-Phänotyp" ] ] ;
fhir:value [ fhir:v "ccddee" ]
] [
fhir:code [
( fhir:coding [
a loinc:890-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "890-4" ] ;
fhir:display [ fhir:v "Blood group antibody screen [Presence] in Serum or Plasma" ] ] ) ;
fhir:text [ fhir:v "Antikörper" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:35068008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "35068008" ] ;
fhir:display [ fhir:v "Blood group antibody C" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:890-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "890-4" ] ;
fhir:display [ fhir:v "Blood group antibody screen [Presence] in Serum or Plasma" ] ] ) ;
fhir:text [ fhir:v "Antikörper" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:83404001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "83404001" ] ;
fhir:display [ fhir:v "Blood group antibody K" ] ] ) ]
] ) . #
IG © 2024+ HL7 Switzerland. Package ch.fhir.ig.ch-lab-report#1.0.0-ci-build based on FHIR 4.0.1. Generated 2024-11-21
Links: Table of Contents |
QA Report
| Propose a change