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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleObservationCBCPanel"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-cbc-panel"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-cbc-panel> ] )
] ; #
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 ExampleObservationCBCPanel</b></p><a name=\"ExampleObservationCBCPanel\"> </a><a name=\"hcExampleObservationCBCPanel\"> </a><a name=\"ExampleObservationCBCPanel-en-US\"> </a><p><b>identifier</b>: <code>https://labor.pipette.com/labvalues</code>/1304-03780-cbc-panel</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</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>hasMember</b>: </p><ul><li><a href=\"Observation-ExampleObservationWBC.html\">Observation Leukocytes [#/volume] in Blood by Automated count</a></li><li><a href=\"Observation-ExampleObservationRBC.html\">Observation Erythrocytes [#/volume] in Blood by Automated count</a></li><li><a href=\"Observation-ExampleObservationHb.html\">Observation Hemoglobin [Mass/volume] in Blood</a></li><li><a href=\"Observation-ExampleObservationHt.html\">Observation Hematocrit [Volume Fraction] of Blood by Automated count</a></li><li><a href=\"Observation-ExampleObservationMCV.html\">Observation MCV [Entitic volume] by Automated count</a></li><li><a href=\"Observation-ExampleObservationMCH.html\">Observation MCH [Entitic mass] by Automated count</a></li><li><a href=\"Observation-ExampleObservationMCHC.html\">Observation MCHC [Mass/volume] by Automated count</a></li><li><a href=\"Observation-ExampleObservationPlateletCount.html\">Observation Platelets [#/volume] in Blood by Automated count</a></li><li><a href=\"Observation-ExampleObservationRDW-CV.html\">Observation Erythrocyte distribution width [Ratio] by Automated count</a></li></ul></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://labor.pipette.com/labvalues"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1304-03780-cbc-panel" ]
] ) ; #
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:code [
( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ] )
] ; #
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:hasMember ( [
fhir:reference [ fhir:v "Observation/ExampleObservationWBC" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationRBC" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationHb" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationHt" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationMCV" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationMCH" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationMCHC" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationPlateletCount" ]
] [
fhir:reference [ fhir:v "Observation/ExampleObservationRDW-CV" ]
] ) . #
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-10
Links: Table of Contents |
QA Report
| Propose a change