Personal Health Device Implementation Guide
2.1.0 - STU 2.0 International flag

Personal Health Device Implementation Guide, published by HL7 International / Health Care Devices. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phd/ and changes regularly. See the Directory of published versions

Extension: Confidence95

Official URL: http://hl7.org/fhir/uv/phd/StructureDefinition/Confidence95 Version: 2.1.0
Standards status: Trial-use Maturity Level: 3 Computable Name: Confidence95

The Confidence 95 range of a measurable quantity.

Context of Use

Usage info

Usage:

Formal Views of Extension Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1 Extension Confidence95
... extension 0..0
... url 1..1 uri "http://hl7.org/fhir/uv/phd/StructureDefinition/Confidence95"
... value[x] C 1..1 Range Value of extension
confidence-range-units: The units used should be equal.
.... low
..... unit 0..1 string Unit representation
.... high
..... unit 0..1 string Unit representation

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Constraints

IdGradePath(s)DetailsRequirements
confidence-range-unitswarningExtension.value[x]The units used should be equal.
: low.unit.exists() and high.unit.exists() and low.unit = high.unit
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()