This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Generated Questionnaire for DeviceMetric
{ "resourceType": "Questionnaire", "id": "qs1", "identifier": [ { "system": "urn:ietf:rfc:3986" } ], "status": "draft", "date": "2015-03-27T00:13:00+11:00", "publisher": "HL7 FHIR Project (Health Care Devices)", "group": { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes a measurement, calculation or setting capability of a medical device." } ], "linkId": "DeviceMetric", "title": "Measurement, calculation or setting capability of a medical device", "required": true, "repeats": false, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The logical id of the resource, as used in the url for the resoure. Once assigned, this value never changes. The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "string" } ], "linkId": "DeviceMetric.id", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.id.value", "text": "Logical id of this artefact", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource." } ], "linkId": "DeviceMetric.meta", "text": "Metadata about the resource", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "uri" } ], "linkId": "DeviceMetric.implicitRules", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.implicitRules.value", "text": "A set of rules under which this content was created", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The base language in which the resource is written. Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource\n\nNot all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DeviceMetric.language", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.language.value", "text": "language", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative." } ], "linkId": "DeviceMetric.text", "text": "Text summary of the resource, for human interpretation", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again." } ], "linkId": "DeviceMetric.contained", "text": "Contained, inline Resources", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "CodeableConcept" } ], "linkId": "DeviceMetric.type", "text": "Type of metric", "required": true, "repeats": true, "question": [ { "linkId": "DeviceMetric.type.coding", "text": "code:", "type": "choice", "required": false, "repeats": false }, { "linkId": "DeviceMetric.type.text", "text": "text:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the unique identification of this metric that has been assigned by the device or gateway software. For example: handle ID. \nIt should be noted that in order to make the identifier unique, the system element of the identifier should be set to the unique identifier of the device." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Identifier" } ], "linkId": "DeviceMetric.identifier", "text": "Unique identifier of this DeviceMetric", "required": true, "repeats": true, "question": [ { "linkId": "DeviceMetric.identifier.label", "text": "label:", "type": "string", "required": false, "repeats": false }, { "linkId": "DeviceMetric.identifier.system", "text": "system:", "type": "string", "required": false, "repeats": false }, { "linkId": "DeviceMetric.identifier.value", "text": "value:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "CodeableConcept" } ], "linkId": "DeviceMetric.unit", "text": "Unit of metric", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.unit.coding", "text": "code:", "type": "choice", "required": false, "repeats": false }, { "linkId": "DeviceMetric.unit.text", "text": "text:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DeviceMetric.source", "required": false, "repeats": true, "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Device?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DeviceMetric.source.value", "text": "Describes the link to the source Device", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device.\nAn example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DeviceMetric.parent", "required": false, "repeats": true, "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/DeviceComponent?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DeviceMetric.parent.value", "text": "Describes the link to the parent DeviceComponent", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Indicates current operational state of the device. For example: On, Off, Standby, etc." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DeviceMetric.operationalStatus", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.operationalStatus.value", "text": "operational status", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the typical color of the representation of observations that have been generated for this DeviceMetric." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DeviceMetric.color", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.color.value", "text": "color", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DeviceMetric.category", "required": true, "repeats": true, "question": [ { "linkId": "DeviceMetric.category.value", "text": "category", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the measurement repetition time. This is not\nnecessarily the same as the update\nperiod." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Schedule" } ], "linkId": "DeviceMetric.measurementPeriod", "text": "Describes the measurement repetition time", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the calibrations that have been performed or that are required to be performed." } ], "linkId": "DeviceMetric.calibration", "title": "Describes the calibrations that have been performed or that are required to be performed", "required": false, "repeats": true, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "unique id for the element within a resource (for internal references)." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "string" } ], "linkId": "DeviceMetric.calibration.id", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.calibration.id.value", "text": "xml:id (or equivalent in JSON)", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the type of the calibration method." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DeviceMetric.calibration.type", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.calibration.type.value", "text": "type", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the state of the calibration." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DeviceMetric.calibration.state", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.calibration.state.value", "text": "state", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Describes the time last calibration has been performed." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "instant" } ], "linkId": "DeviceMetric.calibration.time", "required": false, "repeats": true, "question": [ { "linkId": "DeviceMetric.calibration.time.value", "text": "Describes the time last calibration has been performed", "type": "instant", "required": false, "repeats": false } ] } ] } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.