HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT, published by HL7 International Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-ae/ and changes regularly. See the Directory of published versions
: r201-4 - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "r201-4"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"r201-4\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "r201-4" </p></div><p><b>status</b>: final</p><p><b>code</b>: Mean Cell Volume <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#787-2 "MCV [Entitic volume] by Automated count")</span></p><p><b>subject</b>: <a href=\"Patient-PatientPersona2.html\">Patient/PatientPersona2</a> " C."</p><p><b>performer</b>: <a href=\"Organization-us-core-organization-acme-laboratory.html\">Organization/us-core-organization-acme-laboratory: Acme Laboratory, Inc</a> "Acme Laboratory, Inc."</p><p><b>value</b>: 99 fL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code fL = 'fL')</span></p><p><b>interpretation</b>: High <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#H)</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>80 fL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code fL = 'fL')</span></td><td>98 fL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code fL = 'fL')</span></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:787-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "787-2" ] ;
fhir:display [ fhir:v "MCV [Entitic volume] by Automated count" ] ] ) ;
fhir:text [ fhir:v "Mean Cell Volume" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientPersona2" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/us-core-organization-acme-laboratory" ] ;
fhir:display [ fhir:v "Acme Laboratory, Inc" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "99"^^xsd:decimal ] ;
fhir:unit [ fhir:v "fL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fL" ]
] ; #
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 "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "fL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fL" ] ] ;
fhir:high [
fhir:value [ fhir:v "98"^^xsd:decimal ] ;
fhir:unit [ fhir:v "fL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fL" ] ]
] ) . #