{
  "resourceType": "StructureDefinition",
  "id": "iso21090-uncertaintyType",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType",
  "name": "uncertaintyType",
  "status": "draft",
  "date": "2012-06-24",
  "publisher": "Health Level Seven International (Modeling and Methodology)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/mnm"
        }
      ]
    }
  ],
  "description": "A code specifying the type of probability distribution for the uncertainty.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "datatype",
  "context": [
    "Quantity"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Probability Distribution Type for uncertainty",
        "definition": "A code specifying the type of probability distribution for the uncertainty.",
        "comment": "This is only meaningful if there is also an uncertainty extension. If there is an uncertainty extension with no type, this means  that the probability distribution type is unknown. In that case, the uncertainty has the meaning of an informal guess.",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "rim",
            "map": "PPD.distributionType"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType"
      },
      {
        "id": "Extension.valueCode",
        "path": "Extension.valueCode",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ProbabilityDistributionType"
            }
          ],
          "strength": "required",
          "description": "Codes specifying the type of probability distribution",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/probability-distribution-type"
          }
        }
      }
    ]
  }
}