{
  "resourceType": "StructureDefinition",
  "url": "https://medico-emr.net/medico/r4/sd/ext/Patient_IsVVIP_1",
  "name": "Patient_IsVVIP_1",
  "status": "draft",
  "description": "extension to mark a patient as a VVIP",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "extension to mark a patient as a VVIP,\r\nmedico: maps to x1000per.protectmk",
        "max": "1"
      },
      {
        "id": "Extension.id",
        "path": "Extension.id",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedString": "https://medico-emr.net/medico/r4/sd/ext/Patient_IsVVIP_1"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "definition": "if true this patient is a VVIP",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}