PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.phd@1.1.0
    http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation
description: StructureDefinition for Observation Resources representing the coincident time stamp. This report is a measurement of the current time of the sensor at the current time of the PHG. The purpose of this observation is to record the difference in the time lines between the PHG and PHD and to be able to recover the original measurement time stamps reported by the PHD should the PHG correct them because the sensor clock is in error.
package_name: rs/hl7.fhir.uv.phd
derivation: constraint
name: PhdCoincidentTimeStampObservation
type: Observation
elements:
  valueQuantity: {type: Quantity, short: 'The current time of the PHD as a wallclock time (dateTime), relative time (Quantity), or if a time fault a dataAbsentReason', choiceOf: value, index: 17}
  value:
    short: The current time of the PHD as a wallclock time (dateTime), relative time (Quantity), or if a time fault a dataAbsentReason
    choices: [valueQuantity, valueDateTime]
    index: 16
  valueDateTime: {type: dateTime, short: 'The current time of the PHD as a wallclock time (dateTime), relative time (Quantity), or if a time fault a dataAbsentReason', choiceOf: value, index: 18}
  extension:
    short: Extension for the PHG
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        short: Url indicating this is the gateway device extension
        pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice'}
        type: uri
        index: 2
      value:
        short: Reference to the Personal Health Gateway (PHG) Device
        choices: [valueReference]
        index: 4
      valueReference: {type: Reference, short: Reference to the Personal Health Gateway (PHG) Device, choiceOf: value, index: 5}
    required: [value, valueReference]
  status:
    pattern: {type: code, value: final}
    type: code
    index: 6
  effective:
    short: The current time of the PHG at the current time of the PHD. Absent if PHD is better synchronized
    choices: []
    index: 14
  code:
    elements:
      coding:
        index: 7
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            MDCType:
              match: {system: 'urn:iso:std:iso:11073:10101'}
              schema:
                short: The required MDC code for the type of time clock used by the PHD
                _required: true
                index: 8
                elements:
                  system:
                    pattern: {type: uri, value: 'urn:iso:std:iso:11073:10101'}
                    type: uri
                    index: 9
                  code: {index: 10}
                required: [code, system]
    required: [coding]
  device:
    index: 24
    elements:
      reference: {short: Reference to the device responsible for the measurement, index: 25}
    required: [reference]
  subject:
    index: 11
    elements:
      reference: {index: 12}
    required: [reference]
  dataAbsentReason:
    short: Populated when the PHD has a time fault
    index: 19
    elements:
      coding:
        index: 20
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            FhirDefault:
              match: {system: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
              schema:
                _required: true
                index: 21
                elements:
                  system:
                    pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
                    type: uri
                    index: 22
                  code:
                    pattern: {type: code, value: unknown}
                    type: code
                    index: 23
                required: [code, system]
    required: [coding]
package_version: 1.1.0
extensions: {}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [device, extension, subject]