NOT International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@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 "serum-creatinine-adult"] ; #
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 serum-creatinine-adult</b></p><a name=\"serum-creatinine-adult\"> </a><a name=\"hcserum-creatinine-adult\"> </a><a name=\"serum-creatinine-adult-en-US\"> </a><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 2160-0}\">Creatinine [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)</a></p><p><b>effective</b>: 2018-02-16 09:17:00+0100</p><p><b>performer</b>: <a href=\"Organization-TII-Organization1.html\">Organization Someplace General Hospital</a></p><p><b>value</b>: 2.46 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 0.76 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>high</b>: 1.27 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span></p><p><b>appliesTo</b>: <span title=\"Codes:{http://snomed.info/sct 248153007}\">Male</span></p><p><b>age</b>: 15-? yrs</p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 0.57 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>high</b>: 1 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span></p><p><b>appliesTo</b>: <span title=\"Codes:{http://snomed.info/sct 248152002}\">Female</span></p><p><b>age</b>: 15-? yrs</p></blockquote></div>"
] ; #
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:2160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2160-0" ] ;
fhir:display [ fhir:v "Creatinine [Mass/volume] in Serum or Plasma" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/eumfh-39-07" ]
] ; #
fhir:effective [ fhir:v "2018-02-16T09:17:00+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/TII-Organization1" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2.46"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H" ] ] )
] ) ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "0.76"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ] ;
fhir:high [
fhir:value [ fhir:v "1.27"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal Range" ] ] ) ] ;
( fhir:appliesTo [
( fhir:coding [
a sct:248153007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "248153007" ] ;
fhir:display [ fhir:v "Male" ] ] ) ] ) ;
fhir:age [
fhir:low [
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "yrs" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ] ] ]
] [
fhir:low [
fhir:value [ fhir:v "0.57"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ] ;
fhir:high [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal Range" ] ] ) ] ;
( fhir:appliesTo [
( fhir:coding [
a sct:248152002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "248152002" ] ;
fhir:display [ fhir:v "Female" ] ] ) ] ) ;
fhir:age [
fhir:low [
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "yrs" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ] ] ]
] ) . #
IG © 2020+ HL7 International / Patient Care. Package hl7.fhir.uv.ips#2.0.0-ballot based on FHIR 4.0.1. Generated 2024-08-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change