minimal Common Oncology Data Elements (mCODE) Implementation Guide
4.0.0-ballot - STU4 Ballot United States of America flag

minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mCODE-ig/ and changes regularly. See the Directory of published versions

: us-core-diagnosticreport-cbc-brian-l - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-core-diagnosticreport-cbc-brian-l"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Brian L </b> male, DoB: 2021-01-01 ( Medical Record Number/MRN5678 (use: usual))</td></tr><tr><td>When For</td><td>2024-01-04</td></tr><tr><td>Reported</td><td>2024-01-04 00:00:00+0000</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>Reference Range</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-hemoglobin-brian-l.html\"><span title=\"Codes: {http://loinc.org 718-7}\">Hgb Bld-mCnc</span></a></td><td>6.7 g/dL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 13.2 g/dL - 16.5 g/dL</td><td>2024-01-04</td></tr><tr><td><a href=\"Observation-hematocrit-brian-l.html\"><span title=\"Codes: {http://loinc.org 20570-8}\">Hct VFr Bld</span></a></td><td>22.3 %</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 39.7 % - 50.3 %</td><td>2024-01-04</td></tr><tr><td><a href=\"Observation-white-blood-cell-brian-l.html\"><span title=\"Codes: {http://loinc.org 26464-8}\">WBC # Bld</span></a></td><td>88.5 10*3/uL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 39.7 10*3/uL - 50.3 10*3/uL</td><td>2024-01-04</td></tr></table></div>"
  ] ; # 
  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:code [
    ( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "CBC panel - Blood by Automated count" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cancer-patient-brian-l" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-01-04"^^xsd:date] ; # 
  fhir:issued [ fhir:v "2024-01-04T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/hemoglobin-brian-l" ]
  ] [
fhir:reference [ fhir:v "Observation/hematocrit-brian-l" ]
  ] [
fhir:reference [ fhir:v "Observation/white-blood-cell-brian-l" ]
  ] ) . #