{
  "resourceType": "StructureDefinition",
  "id": "Operator",
  "url": "https://simplifier.net/ieee11073-10207ig/sdcoperator",
  "name": "SDCOperator",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Device"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The operator of the device",
        "definition": "The operator of the device",
        "max": "1"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Operator",
        "definition": "A context state that identifies an operator of an MDS or a part of it.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      }
    ]
  }
}