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

FHIR IG analytics

Packagecgm.iop.roche.com
Resource TypeStructureDefinition
IdCgmObservation.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=cgm.iop.roche.com@1.0.0&canonical=https://iop.roche.com/fhir/StructureDefinition/CgmObservation
URLhttps://iop.roche.com/fhir/StructureDefinition/CgmObservation
Statusactive
NameCgmObservation
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/.
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CgmDeviceCgmDevice
ext-CgmCalibrationStatusext CgmCalibrationStatus
ValueSet
observationCodesObservationCodes

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://iop.roche.com/fhir/StructureDefinition/CgmObservation",
  "name": "CgmObservation",
  "status": "active",
  "publisher": "F. Hoffmann-La Roche AG",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.extension:extCgmCalibrationStatus",
        "path": "Observation.extension",
        "sliceName": "extCgmCalibrationStatus",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://iop.roche.com/fhir/StructureDefinition/ext-CgmCalibrationStatus"
            ]
          }
        ]
      },
      {
        "id": "Observation.instantiates[x]",
        "path": "Observation.instantiates[x]",
        "max": "0"
      },
      {
        "id": "Observation.triggeredBy",
        "path": "Observation.triggeredBy",
        "max": "0"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://roche.com/fhir/iop/ValueSet/observationCodes"
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "SampledData"
          }
        ]
      },
      {
        "id": "Observation.value[x].codeMap",
        "path": "Observation.value[x].codeMap",
        "max": "0"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "max": "0"
      },
      {
        "id": "Observation.bodyStructure",
        "path": "Observation.bodyStructure",
        "max": "0"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://iop.roche.com/fhir/StructureDefinition/CgmDevice"
            ]
          }
        ]
      },
      {
        "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": "extensible",
          "valueSet": "https://roche.com/fhir/iop/ValueSet/observationCodes"
        }
      }
    ]
  }
}