Point-of-Care Device Implementation Guide, published by HL7 International / Devices. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 2 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/measurement-status> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "measurement-status"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem measurement-status</b></p><a name=\"measurement-status\"> </a><a name=\"hcmeasurement-status\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-insensitive code system <code>http://terminology.hl7.org/CodeSystem/measurement-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">questionable<a name=\"measurement-status-questionable\"> </a></td><td>Questionable</td><td>Data may not be reliable</td></tr><tr><td style=\"white-space:nowrap\">calibration-ongoing<a name=\"measurement-status-calibration-ongoing\"> </a></td><td>Calibration ongoing</td><td>Calibration is ongoing</td></tr><tr><td style=\"white-space:nowrap\">validated-data<a name=\"measurement-status-validated-data\"> </a></td><td>Validated data</td><td>Relevant, e.g., in an archive</td></tr><tr><td style=\"white-space:nowrap\">early-indication<a name=\"measurement-status-early-indication\"> </a></td><td>Early indication</td><td>Early estimate of value</td></tr><tr><td style=\"white-space:nowrap\">msmt-ongoing<a name=\"measurement-status-msmt-ongoing\"> </a></td><td>Measurement ongoing</td><td>Indicates that a new measurement is just being taken</td></tr><tr><td style=\"white-space:nowrap\">in-alarm<a name=\"measurement-status-in-alarm\"> </a></td><td>Measurement in alarm</td><td>Measurement has an active alarm condition</td></tr><tr><td style=\"white-space:nowrap\">alarm-inhibited<a name=\"measurement-status-alarm-inhibited\"> </a></td><td>Measurement alarms inhibited</td><td>Measurement supports alarming and alarms are turned off</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:Extension.valueCode [ fhir:value "dev" ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:Extension.valueInteger [
fhir:value "2"^^xsd:integer ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd" ;
fhir:link <http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd>
]
]
]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:Extension.valueCode [
fhir:value "trial-use" ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd" ;
fhir:link <http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd>
]
]
]
] ;
fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/measurement-status"] ;
fhir:CodeSystem.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.40.72.16.2" ]
] ;
fhir:CodeSystem.version [ fhir:value "1.0.0-ballot3"] ;
fhir:CodeSystem.name [ fhir:value "MeasurementStatus"] ;
fhir:CodeSystem.title [ fhir:value "Measurement status codes"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2019-09-28"^^xsd:date] ;
fhir:CodeSystem.publisher [ fhir:value "HL7 International / Devices"] ;
fhir:CodeSystem.contact [
fhir:index -1 ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/healthcaredevices" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Measurement status definitions from the ISO/IEEE 11073-10201 DIM. This CodeSystem is included in the PoCD IG but is intended to move to the HL7 Terminology package."] ;
fhir:CodeSystem.jurisdiction [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:Coding.code [ fhir:value "001" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.concept [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "questionable" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Questionable" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Data may not be reliable" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "calibration-ongoing" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Calibration ongoing" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Calibration is ongoing" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "validated-data" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Validated data" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Relevant, e.g., in an archive" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "early-indication" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Early indication" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Early estimate of value" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "msmt-ongoing" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Measurement ongoing" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Indicates that a new measurement is just being taken" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "in-alarm" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Measurement in alarm" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Measurement has an active alarm condition" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "alarm-inhibited" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Measurement alarms inhibited" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Measurement supports alarming and alarms are turned off" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/measurement-status.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/measurement-status.ttl> .
IG © 2017+ HL7 International / Devices.
Package hl7.fhir.uv.pocd#1.0.0-ballot3 based on FHIR 4.0.1.
Generated
2026-07-22
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
