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

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeStructureDefinition
Idrdc-Observation-CGM.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.3.0&canonical=https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CGM
URLhttps://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CGM
Statusactive
NameRdcObservationCGM
TitleRDC Obseration CGM
DescriptionDefines observations specific to continuous glucose monitoring (CGM), capturing glucose levels over time to support ongoing clinical and patient monitoring.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
navify.fhir.r5.rdc#1.3.0rdc-DiagnosticReportRDC DiagnosticReport

Resources that this resource uses

StructureDefinition
navify.fhir.r5.rdc#1.3.0ext-CGMFlagsext CGMFlags
navify.fhir.r5.rdc#1.3.0ext-CalibrationStatusext CalibrationStatus
navify.fhir.r5.rdc#1.3.0ext-SampledDataTimestampsext SampledDataTimestamps
navify.fhir.r5.rdc#1.3.0ext-SampledDataTimezonesext SampledDataTimezones
navify.fhir.r5.rdc#1.3.0rdc-Device-InstanceRDC Device Instance
navify.fhir.r5.rdc#1.3.0rdc-PatientRDC Patient
ValueSet
navify.fhir.r5.rdc#1.3.0observation-codesObservationCodes

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "rdc-Observation-CGM",
  "url": "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CGM",
  "name": "RdcObservationCGM",
  "title": "RDC Obseration CGM",
  "status": "active",
  "publisher": "F. Hoffmann-La Roche AG",
  "description": "Defines observations specific to continuous glucose monitoring (CGM), capturing glucose levels over time to support ongoing clinical and patient monitoring.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.extension:calibrationStatus",
        "path": "Observation.extension",
        "sliceName": "calibrationStatus",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://roche.com/fhir/iop/StructureDefinition/ext-CalibrationStatus"
            ]
          }
        ]
      },
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "max": "0"
      },
      {
        "id": "Observation.instantiates[x]",
        "path": "Observation.instantiates[x]",
        "max": "0"
      },
      {
        "id": "Observation.basedOn",
        "path": "Observation.basedOn",
        "max": "0"
      },
      {
        "id": "Observation.triggeredBy",
        "path": "Observation.triggeredBy",
        "max": "0"
      },
      {
        "id": "Observation.partOf",
        "path": "Observation.partOf",
        "max": "0"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "max": "0"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "434910001"
            }
          ]
        },
        "binding": {
          "strength": "required",
          "valueSet": "https://roche.com/fhir/iop/ValueSet/observation-codes"
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://roche.com/fhir/iop/StructureDefinition/rdc-Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "max": "0"
      },
      {
        "id": "Observation.encounter",
        "path": "Observation.encounter",
        "max": "0"
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "max": "0"
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "max": "0"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "definition": "CGM measurement data in array structure including CGM flag values.",
        "type": [
          {
            "code": "SampledData"
          }
        ]
      },
      {
        "id": "Observation.value[x].extension:CGMFlags",
        "path": "Observation.value[x].extension",
        "sliceName": "CGMFlags",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://roche.com/fhir/iop/StructureDefinition/ext-CGMFlags"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.value[x].extension:SampledDataTimestamps",
        "path": "Observation.value[x].extension",
        "sliceName": "SampledDataTimestamps",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://roche.com/fhir/iop/StructureDefinition/ext-SampledDataTimestamps"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.value[x].extension:SampledDataTimezones",
        "path": "Observation.value[x].extension",
        "sliceName": "SampledDataTimezones",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://roche.com/fhir/iop/StructureDefinition/ext-SampledDataTimezones"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.value[x].factor",
        "path": "Observation.value[x].factor",
        "max": "0"
      },
      {
        "id": "Observation.value[x].lowerLimit",
        "path": "Observation.value[x].lowerLimit",
        "max": "0"
      },
      {
        "id": "Observation.value[x].upperLimit",
        "path": "Observation.value[x].upperLimit",
        "max": "0"
      },
      {
        "id": "Observation.value[x].codeMap",
        "path": "Observation.value[x].codeMap",
        "max": "0"
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "max": "0"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "max": "0"
      },
      {
        "id": "Observation.bodyStructure",
        "path": "Observation.bodyStructure",
        "max": "0"
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "max": "0"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "max": "0"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Instance"
            ]
          }
        ]
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.hasMember",
        "path": "Observation.hasMember",
        "max": "0"
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "max": "0"
      },
      {
        "id": "Observation.component.code",
        "path": "Observation.component.code",
        "binding": {
          "strength": "example",
          "valueSet": "https://roche.com/fhir/iop/ValueSet/observation-codes"
        }
      }
    ]
  }
}