{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/ieee11073-10207ig/sdcsampleddata",
  "name": "SDCSampledData",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "SampledData",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SampledData",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "SampledData.extension",
        "path": "SampledData.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "SampledData.extension:ieee11073-resolution",
        "path": "SampledData.extension",
        "sliceName": "ieee11073-resolution",
        "short": "minimum determinable difference",
        "definition": "The resolution of the means to determine the METRIC's value. Resolution is the minimum determinable\r\ndifference between two determined values.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCResolutionSampledData"
            ]
          }
        ]
      },
      {
        "id": "SampledData.extension:ieee11073-relativeAccuracy",
        "path": "SampledData.extension",
        "sliceName": "ieee11073-relativeAccuracy",
        "short": "relative error",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCRelativeAccuracySampledData"
            ]
          }
        ]
      },
      {
        "id": "SampledData.extension:ieee11073-absoluteAccuracy",
        "path": "SampledData.extension",
        "sliceName": "ieee11073-absoluteAccuracy",
        "short": "absolute error",
        "definition": "Maximum absolute error in relation to the correct value within the given range.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCAbsoluteAccuracySampledData"
            ]
          }
        ]
      },
      {
        "id": "SampledData.extension:ieee11073-domainUnit",
        "path": "SampledData.extension",
        "sliceName": "ieee11073-domainUnit",
        "short": "coded values for domain values",
        "definition": "The coded value that is used for domain values (x axis).",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCDomainUnit"
            ]
          }
        ]
      },
      {
        "id": "SampledData.extension:ieee11073-distributionRange",
        "path": "SampledData.extension",
        "sliceName": "ieee11073-distributionRange",
        "short": "domain values",
        "definition": "Minimum and maximum domain values.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCDistributionRange"
            ]
          }
        ]
      },
      {
        "id": "SampledData.extension:ieee11073-distributionRange.extension:lower",
        "path": "SampledData.extension.extension",
        "sliceName": "lower",
        "short": "lower bound",
        "definition": "The including lower bound of the range.",
        "max": "1"
      },
      {
        "id": "SampledData.extension:ieee11073-distributionRange.extension:upper",
        "path": "SampledData.extension.extension",
        "sliceName": "upper",
        "short": "upper bound",
        "definition": "The including upper bound of the range.",
        "max": "1"
      },
      {
        "id": "SampledData.extension:ieee11073-distributionRange.extension:stepWidth",
        "path": "SampledData.extension.extension",
        "sliceName": "stepWidth",
        "short": "distance between two values",
        "definition": "The numerical distance between two values in the range of the given upper and lower bound.",
        "max": "1"
      },
      {
        "id": "SampledData.extension:ieee11073-distributionRange.extension:relativeAccuracy",
        "path": "SampledData.extension.extension",
        "sliceName": "relativeAccuracy",
        "short": "relative error",
        "definition": "Maximum relative error in relation to the correct value within the given range.",
        "max": "1"
      },
      {
        "id": "SampledData.extension:ieee11073-distributionRange.extension:absoluteAccuracy",
        "path": "SampledData.extension.extension",
        "sliceName": "absoluteAccuracy",
        "short": "absolute error",
        "definition": "Maximum absolute error in relation to the correct value within the given range.",
        "max": "1"
      }
    ]
  }
}