This page is part of the Point-of-care Device FHIR IG (v0.1.0: STU 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions
http://devices.fhir.org/StructureDefinition/observation-measurement-status
Name | Flags | Card. | Type | |
---|---|---|---|---|
Extension | 0..* | Extension | Short description: Optional Extensions Element Definition:Optional Extension Element - found in all resources.
| |
extension | 0..* | Extension | Short description: Additional Content defined by implementations Alternate names:extensions, user content Definition:May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Constraints
| |
url | 1..1 | uriFixed Value | Short description: identifies the meaning of the extension Definition:Source of the definition for the extension code - a logical name or a URL. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.
http://devices.fhir.org/StructureDefinition/observation-measurement-status
| |
valueCode | 0..1 | codeBinding | Short description: Measurement status Definition:Status information about observed values A stream of bytes, base64 encoded measurement-status (required) Constraints
|
<Observation> <id value="632" /> <meta> <profile value="http://devices.fhir.org/StructureDefinition/NumericObservation" /> <profile value="http://hl7.org/fhir/StructureDefinition/oxygensat" /> </meta> <extension url="http://devices.fhir.org/StructureDefinition/observation-measurement-status"> <valueCode value="questionable" /> </extension> <extension url="http://devices.fhir.org/StructureDefinition/observation-measurement-status"> <valueCode value="msmt-state-in-alarm" /> </extension> <status value="final" /> <category> <coding> <system value="http://hl7.org/fhir/observation-category" /> <code value="vital-signs" /> <display value="Vital Signs" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="59408-5" /> <display value="Oxygen saturation in Arterial blood by Pulse oximetry" /> </coding> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="150456" /> <display value="MDC_PULS_OXIM_SAT_O2" /> </coding> </code> <subject> <reference value="Patient/371" /> </subject> <effectiveDateTime value="2017-06-02T11:04:48+02:00" /> <valueQuantity> <value value="88" /> <unit value="%" /> <system value="http://unitsofmeasure.org" /> <code value="%" /> </valueQuantity> <device> <reference value="DeviceMetric/222" /> </device> </Observation>
{ "resourceType":"Observation", "id":"632", "meta":{ "profile": [ "http://devices.fhir.org/StructureDefinition/NumericObservation", "http://hl7.org/fhir/StructureDefinition/oxygensat" ] }, "extension": [ { "url":"http://devices.fhir.org/StructureDefinition/observation-measurement-status", "valueCode":"questionable" }, { "url":"http://devices.fhir.org/StructureDefinition/observation-measurement-status", "valueCode":"msmt-state-in-alarm" } ], "status":"final", "category": [ { "coding": [ { "system":"http://hl7.org/fhir/observation-category", "code":"vital-signs", "display":"Vital Signs" } ] } ], "code":{ "coding": [ { "system":"http://loinc.org", "code":"59408-5", "display":"Oxygen saturation in Arterial blood by Pulse oximetry" }, { "system":"urn:iso:std:iso:11073:10101", "code":"150456", "display":"MDC_PULS_OXIM_SAT_O2" } ] }, "subject":{ "reference":"Patient/371" }, "effectiveDateTime":"2017-06-02T11:04:48+02:00", "valueQuantity":{ "value":"88", "unit":"%", "system":"http://unitsofmeasure.org", "code":"%" }, "device":{ "reference":"DeviceMetric/222" } }