{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2019-01-17T11:25:54.575+00:00"
  },
  "url": "http://medico-emr.net/stu3/sd/MXT-Observation-IsCanceable-1",
  "name": "MXT-Observation-IsCanceable-1",
  "status": "active",
  "date": "2019-01-17T11:25:54.4669989+00:00",
  "publisher": "medico",
  "description": "An extension to tell wheter an observation can be canceled externally or not",
  "purpose": "provides wheter an observation can be canceled externally or not",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Optional Extension Element for observations of type http://medico-emr.net/stu3/sd/Observation-ChangeDoc-1, having code.coding.system http://medico-emr.net/cs1 and one of the following codes: LineDocItem-1, DrainDocItem-1 or WoundDocItem-1"
      },
      {
        "id": "Extension.id",
        "path": "Extension.id",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://medico-emr.net/stu3/sd/MXT-Observation-IsCanceable-1"
      },
      {
        "id": "Extension.value[x]:valueBoolean",
        "path": "Extension.valueBoolean",
        "sliceName": "valueBoolean",
        "short": "is observation externally canceable",
        "definition": "true if the observation can be canceled externally",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}