{
  "resourceType": "StructureDefinition",
  "id": "rdc-Observation-CarbohydrateIntake",
  "url": "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CarbohydrateIntake",
  "version": "1.0.0",
  "name": "RdcObservationCarbohydrateIntake",
  "title": "RDC Observation Carbohydrate Intake",
  "publisher": "F. Hoffmann-La Roche AG",
  "description": "A profile designed to capture carbohydrate intake.",
  "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",
  "status": "active",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-Additional",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "9059-7",
              "system": "http://loinc.org"
            }
          ]
        }
      },
      {
        "id": "Observation.component.code",
        "path": "Observation.component.code",
        "binding": {
          "strength": "required",
          "valueSet": "https://roche.com/fhir/iop/ValueSet/carbohydrate-intake-codes"
        }
      }
    ]
  }
}