This page is part of the US Core (v6.0.0: STU6) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "metabolic-panel"] ; #
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 24323-8}\">Comprehensive metabolic 2000 panel - Serum or Plasma</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Amy V. Baxter </b> female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: USUAL))</td></tr><tr><td>When For</td><td>2005-07-04</td></tr><tr><td>Reported</td><td>2005-07-06 11:45:33+1100</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-serum-total-bilirubin.html\"><span title=\"Codes: {http://loinc.org 1975-2}\">Bilirub SerPl-mCnc</span></a></td><td>8.6 mg/dL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 2 mg/dL - 7 mg/dL</td><td>2005-07-07</td></tr><tr><td><a href=\"Observation-serum-sodium.html\"><span title=\"Codes: {http://loinc.org 2951-2}\">Sodium SerPl-sCnc</span></a></td><td>137 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 135 mmol/L - 145 mmol/L</td><td>2005-07-05</td></tr><tr><td><a href=\"Observation-serum-potassium.html\"><span title=\"Codes: {http://loinc.org 2823-3}\">Potassium SerPl-sCnc</span></a></td><td>5.4 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 3.5 mmol/L - 5.5 mmol/L</td><td>2005-07-05</td></tr><tr><td><a href=\"Observation-serum-creatinine.html\"><span title=\"Codes: {http://loinc.org 2160-0}\">Creat SerPl-mCnc</span></a></td><td>1 mg/dL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 0.2 mg/dL - 0.6 mg/dL</td><td>2005-07-05</td></tr><tr><td><a href=\"Observation-serum-co2.html\"><span title=\"Codes: {http://loinc.org 2028-9}\">CO2 SerPl-sCnc</span></a></td><td>24 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 22 mmol/L - 29 mmol/L</td><td>2005-07-05</td></tr><tr><td><a href=\"Observation-serum-chloride.html\"><span title=\"Codes: {http://loinc.org 2075-0}\">Chloride SerPl-sCnc</span></a></td><td>105 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 95 mmol/L - 105 mmol/L</td><td>2005-07-05</td></tr><tr><td><a href=\"Observation-serum-calcium.html\"><span title=\"Codes: {http://loinc.org 17861-6}\">Calcium SerPl-mCnc</span></a></td><td>7.7 mg/dL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 8.5 mg/dL - 10.5 mg/dL</td><td>2005-07-05</td></tr><tr><td><a href=\"Observation-serum-bun.html\"><span title=\"Codes: {http://loinc.org 3094-0}\">BUN SerPl-mCnc</span></a></td><td>10 mg/dL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 5 mg/dL - 20 mg/dL</td><td>2005-07-05</td></tr><tr><td><a href=\"Observation-serum-glucose.html\"><span title=\"Codes: {http://loinc.org 2345-7}\">Glucose SerPl-mCnc</span></a></td><td>76 mg/dL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 40 mg/dL - 109 mg/dL</td><td>2005-07-05</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:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:24323-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24323-8" ] ;
fhir:display [ fhir:v "Comprehensive metabolic 2000 panel - Serum or Plasma" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:effective [ fhir:v "2005-07-04"^^xsd:date] ; #
fhir:issued [ fhir:v "2005-07-06T11:45:33+11:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/acme-lab" ] ;
fhir:display [ fhir:v "Acme Laboratory, Inc" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/serum-total-bilirubin" ] ;
fhir:display [ fhir:v "TOTAL BILIRUBIN" ]
] [
fhir:reference [ fhir:v "Observation/serum-sodium" ] ;
fhir:display [ fhir:v "SODIUM" ]
] [
fhir:reference [ fhir:v "Observation/serum-potassium" ] ;
fhir:display [ fhir:v "Potassium" ]
] [
fhir:reference [ fhir:v "Observation/serum-creatinine" ] ;
fhir:display [ fhir:v "CREATININE" ]
] [
fhir:reference [ fhir:v "Observation/serum-co2" ] ;
fhir:display [ fhir:v "TOTAL CO2" ]
] [
fhir:reference [ fhir:v "Observation/serum-chloride" ] ;
fhir:display [ fhir:v "CHLORIDE" ]
] [
fhir:reference [ fhir:v "Observation/serum-calcium" ] ;
fhir:display [ fhir:v "CALCIUM" ]
] [
fhir:reference [ fhir:v "Observation/serum-bun" ] ;
fhir:display [ fhir:v "BUN" ]
] [
fhir:reference [ fhir:v "Observation/serum-glucose" ] ;
fhir:display [ fhir:v "GLUCOSE" ]
] ) . #
IG © 2023+ HL7 International - Cross-Group Projects. Package hl7.fhir.us.core#6.0.0 based on FHIR 4.0.1. Generated 2023-05-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change