{
  "resourceType": "StructureDefinition",
  "id": "shr-core-Range",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Range Profile</b></p>\n  <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>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.core.Range maps to Range:\n  LowerBound maps to low\n  UpperBound maps to high\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Range",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.Range"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Range Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "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.",
  "purpose": "Need to be able to specify ranges of values.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Range",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Range",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Range:shr-core-Range",
        "path": "Range",
        "short": "SHR Range Profile",
        "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."
      },
      {
        "id": "Range:shr-core-Range.low",
        "path": "Range.low",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-SimpleQuantity"
          }
        ]
      },
      {
        "id": "Range:shr-core-Range.high",
        "path": "Range.high",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-SimpleQuantity"
          }
        ]
      }
    ]
  }
}