MITRE's 'Mini-CIMI' FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

RangeModel

{
  "resourceType" : "StructureDefinition",
  "id" : "shr-core-Range-model",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>SW Range Logical Model</b></p>
  <p>An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-core-Range-model",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/sw",
      "value" : "shr.core.Range"
    }
  ],
  "version" : "1.0.0",
  "name" : "RangeModel",
  "title" : "SW Range Logical Model",
  "status" : "draft",
  "date" : "2018-08-17T00:00:00-04:00",
  "publisher" : "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description" : "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
  "kind" : "logical",
  "abstract" : false,
  "type" : "shr-core-Range-model",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation" : "specialization",
  "snapshot" : {
    "element" : [
      {
        "id" : "shr-core-Range-model",
        "path" : "shr-core-Range-model",
        "definition" : "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "shr-core-Range-model",
          "min" : 0,
          "max" : "*"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "shr-core-Range-model.lowerBound",
        "path" : "shr-core-Range-model.lowerBound",
        "short" : "The lower limit on a range",
        "definition" : "The lower limit on a range",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "shr-core-Range-model.lowerBound",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "shr-core-Range-model.upperBound",
        "path" : "shr-core-Range-model.upperBound",
        "short" : "The upper limit on a quantitative value.",
        "definition" : "The upper limit on a quantitative value.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "shr-core-Range-model.upperBound",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "shr-core-Range-model",
        "path" : "shr-core-Range-model",
        "definition" : "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "shr-core-Range-model",
          "min" : 0,
          "max" : "*"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "shr-core-Range-model.lowerBound",
        "path" : "shr-core-Range-model.lowerBound",
        "short" : "The lower limit on a range",
        "definition" : "The lower limit on a range",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "shr-core-Range-model.lowerBound",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "shr-core-Range-model.upperBound",
        "path" : "shr-core-Range-model.upperBound",
        "short" : "The upper limit on a quantitative value.",
        "definition" : "The upper limit on a quantitative value.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "shr-core-Range-model.upperBound",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      }
    ]
  }
}