{
  "resourceType": "StructureDefinition",
  "id": "observation-component-valueBooleanSTU3",
  "url": "http://nictiz.nl/fhir/StructureDefinition/observation-component-valueBooleanSTU3",
  "version": "1.3.3",
  "name": "observation-component-valueBooleanSTU3",
  "title": "Backported Observation.component.valueBoolean extension for FHIR STU3",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Additional boolean data type to include in the value[x] element in component.  \r\n\r\nThis extension is mocked from the offical HL7 core in R4 FHIR build specification at 18-07-2022.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation.component"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/observation-component-valueBooleanSTU3"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.valueBoolean",
        "short": "supportingInfo",
        "definition": "Other resources *from the patient record* that may be relevant to the event. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension **should not** be used if more specific inline elements or extensions are available. For example, use `Observation.hasMember` instead of supportingInformation for representing the members of an Observation panel.",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}