{
  "resourceType": "StructureDefinition",
  "id": "NICE-ExtremeValueType",
  "meta": {
    "lastUpdated": "2022-02-14T17:22:17.25+00:00"
  },
  "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-ExtremeValueType-2022Q1",
  "name": "NICE-ExtremeValueType",
  "title": "NICE-ExtremeValueType",
  "status": "active",
  "date": "2023-10-26T09:56:07.4563357+00:00",
  "publisher": "NICE",
  "contact": [
    {
      "name": "NICE",
      "telecom": [
        {
          "system": "email",
          "value": "vragen@stichting-nice.nl"
        }
      ]
    }
  ],
  "description": "Extension that shall be used to indicate whether the quantity/result given concerns the lowest or highest value that is measured.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Resource"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Extension to indicate upper or lower bounds",
        "definition": "Extension to indicate wether the element is the highest or the lowest value",
        "max": "1",
        "mustSupport": true,
        "isModifier": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-ExtremeValueType-2022Q1"
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept",
        "path": "Extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Indicates whether it concern a lowest or highest value",
          "valueSetUri": "https://fhir.stichting-nice.nl/ValueSet/NICE-ExtremeValueType"
        }
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding",
        "path": "Extension.valueCodeableConcept.coding",
        "max": "1",
        "mustSupport": false
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.text",
        "path": "Extension.valueCodeableConcept.text",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": false
      }
    ]
  }
}