{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/GroupSI",
  "name": "GroupSI_deprecated",
  "status": "draft",
  "fhirVersion": "4.1.0",
  "kind": "resource",
  "abstract": false,
  "type": "Group",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Group",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Group.identifier",
        "path": "Group.identifier",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "Group.identifier.system",
        "path": "Group.identifier.system",
        "fixedUri": "urn:nijz:groupID"
      },
      {
        "id": "Group.identifier.value",
        "path": "Group.identifier.value",
        "example": [
          {
            "label": "IOZ:24159:11671",
            "valueString": "IOZ:24159:11671 (IOZ:<rizzdzOrgId>:<rizzdzPractitionerId>)"
          }
        ]
      },
      {
        "id": "Group.type",
        "path": "Group.type",
        "fixedCode": "person"
      },
      {
        "id": "Group.actual",
        "path": "Group.actual",
        "fixedBoolean": true
      },
      {
        "id": "Group.code",
        "path": "Group.code",
        "min": 1
      },
      {
        "id": "Group.code.text",
        "path": "Group.code.text",
        "example": [
          {
            "label": "test",
            "valueString": "PatientsPerIOZ"
          }
        ]
      },
      {
        "id": "Group.characteristic.code.coding",
        "path": "Group.characteristic.code.coding",
        "example": [
          {
            "label": "example",
            "valueCoding": {
              "system": "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-enr-basis-codes",
              "code": "I",
              "display": "Medical Insurance Coverage"
            }
          }
        ]
      },
      {
        "id": "Group.characteristic.code.text",
        "path": "Group.characteristic.code.text",
        "example": [
          {
            "label": "test",
            "valueString": "Patients per IOZ"
          }
        ]
      },
      {
        "id": "Group.characteristic.value[x]",
        "path": "Group.characteristic.value[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ],
        "example": [
          {
            "label": "Splošni zdravnik",
            "valueReference": {
              "reference": "PractitioneRole/2223",
              "type": "PractitionerRole",
              "display": "12345:12189 (<practitionerID>:<orgID>"
            }
          }
        ]
      },
      {
        "id": "Group.characteristic.exclude",
        "path": "Group.characteristic.exclude",
        "example": [
          {
            "label": "false",
            "valueBoolean": false
          }
        ]
      },
      {
        "id": "Group.member.entity",
        "path": "Group.member.entity",
        "example": [
          {
            "label": "patient1",
            "valueReference": {
              "reference": "Patient/1234567",
              "type": "Patient",
              "display": "PatientXY"
            }
          }
        ]
      }
    ]
  }
}