Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lipid-panel"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport> ] [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-pathologyreport"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-pathologyreport> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 16254007}\">Lipid Panel</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 CH}\">Chemistry</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Emma SMITH </b> female, DoB: 1999-12-19 ( Medicare Number: 1234567892 (period: (?) --> 2024-05))</td></tr><tr><td>When For</td><td>2023-01-17</td></tr><tr><td>Reported</td><td>2023-01-17 17:00:00+1000</td></tr><tr><td>Identifiers:</td><td> Placer Order Identifier: 34514444443 Filler Identifier: 12901</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>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-lipid-chol-1.html\"><span title=\"Codes: {http://loinc.org 14647-2}\">Cholesterol</span></a></td><td>5.9 mmol/L</td><td><5.6 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td>2023-01-17</td></tr><tr><td><a href=\"Observation-lipid-triglyceride-1.html\"><span title=\"Codes: {http://loinc.org 14927-8}\">Triglyceride</span></a></td><td>1.9 mmol/L</td><td><2.0 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2023-01-17</td></tr><tr><td><a href=\"Observation-lipid-hdl-1.html\"><span title=\"Codes: {http://loinc.org 14646-4}\">HDL</span></a></td><td>1.5 mmol/L</td><td>1.0 mmol/L - 2.2 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2023-01-17</td></tr><tr><td><a href=\"Observation-lipid-ldl-1.html\"><span title=\"Codes: {http://loinc.org 22748-8}\">LDL</span></a></td><td>3.54 mmol/L</td><td>2.0 mmol/L - 3.4 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td>2023-01-17</td></tr><tr><td><a href=\"Observation-lipid-non-hdlc-1.html\"><span title=\"Codes: {http://loinc.org 70204-3}\">Non HDLC</span></a></td><td>4.4 mmol/L</td><td><3.9 mmol/L</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td>2023-01-17</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ;
fhir:display [ fhir:v "Placer Identifier" ] ] ) ;
fhir:text [ fhir:v "Placer Order Identifier" ] ] ;
fhir:system [ fhir:v "http://bobrestergp.example.com/order"^^xsd:anyURI ] ;
fhir:value [ fhir:v "34514444443" ] ;
fhir:assigner [
fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FILL" ] ;
fhir:display [ fhir:v "Filler Identifier" ] ] ) ] ;
fhir:system [ fhir:v "http://lab.example.com/labno"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12901" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/order-lipid" ]
] ) ; #
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:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ;
fhir:display [ fhir:v "Chemistry" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:16254007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16254007" ] ] ) ;
fhir:text [ fhir:v "Lipid Panel" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/smith-emma" ]
] ; #
fhir:effective [ fhir:v "2023-01-17"^^xsd:date] ; #
fhir:issued [ fhir:v "2023-01-17T17:00:00+10:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:display [ fhir:v "LABORATORY" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/lipid-chol-1" ]
] [
fhir:reference [ fhir:v "Observation/lipid-triglyceride-1" ]
] [
fhir:reference [ fhir:v "Observation/lipid-hdl-1" ]
] [
fhir:reference [ fhir:v "Observation/lipid-ldl-1" ]
] [
fhir:reference [ fhir:v "Observation/lipid-non-hdlc-1" ]
] ) . #
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.2.2-preview based on FHIR 4.0.1. Generated 2023-11-16
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change