{
  "resourceType": "StructureDefinition",
  "id": "primitive-decimal-extension",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR decimal Extension</b></p>\n  <p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/primitive-decimal-extension",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "decimal"
    }
  ],
  "version": "0.0.1",
  "name": "SHR decimal Extension",
  "title": "SHR decimal Extension",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "The decimal that represents the value of the SHR element to which it is applied.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "*"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension:decimal",
        "path": "Extension",
        "short": "decimal",
        "definition": "The decimal that represents the value of the SHR element to which it is applied.",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Extension:decimal.extension:extension",
        "path": "Extension.extension",
        "sliceName": "extension",
        "max": "0"
      },
      {
        "id": "Extension:decimal.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/primitive-decimal-extension"
      },
      {
        "id": "Extension:decimal.valueDecimal",
        "path": "Extension.valueDecimal",
        "min": 1,
        "type": [
          {
            "code": "decimal"
          }
        ]
      }
    ]
  }
}