FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeStructureDefinition
Idext-SampledDataTimestamps.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.2.2&canonical=https://roche.com/fhir/iop/StructureDefinition/ext-SampledDataTimestamps
URLhttps://roche.com/fhir/iop/StructureDefinition/ext-SampledDataTimestamps
Statusactive
NameExtSampledDataTimestamps
Titleext SampledDataTimestamps
DescriptionThe SampledDataTimestamps extension provides explicit timestamps for each individual measurement recorded in the `SampledData.data` field.
PurposeUnlike `SampledData.offsets`, which defines relative time offsets, this extension captures fully qualified timestamps, making it easier for receiving systems to process and interpret the data without requiring additional context for time alignment.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
rdc-Observation-CGMRDC Obseration CGM

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ext-SampledDataTimestamps",
  "url": "https://roche.com/fhir/iop/StructureDefinition/ext-SampledDataTimestamps",
  "name": "ExtSampledDataTimestamps",
  "title": "ext SampledDataTimestamps",
  "status": "active",
  "description": "The SampledDataTimestamps extension provides explicit timestamps for each individual measurement recorded in the `SampledData.data` field.",
  "purpose": "Unlike `SampledData.offsets`, which defines relative time offsets, this extension captures fully qualified timestamps, making it easier for receiving systems to process and interpret the data without requiring additional context for time alignment.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "SampledData"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "A series of FHIR `dateTime` values, each representing an explicit timestamp for a corresponding SampleData.data measurement. These timestamps SHALL be separated by a single space (Unicode character U20). The format of each timestamp conforms to the FHIR dateTime specification, with the timestamp field in UTC. This includes optional timezone information if applicable.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://roche.com/fhir/iop/StructureDefinition/ext-SampledDataTimestamps"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}