{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/RequestGroup",
  "name": "RequestGroup",
  "title": "API Framework RequestGroup",
  "status": "active",
  "experimental": false,
  "description": "API Framework Core Profile for RequestGroup",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "RequestGroup",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RequestGroup",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RequestGroup.meta",
        "path": "RequestGroup.meta",
        "type": [
          {
            "code": "Meta",
            "profile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance"
          }
        ]
      },
      {
        "id": "RequestGroup.meta.tag",
        "path": "RequestGroup.meta.tag",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "RequestGroup.text",
        "path": "RequestGroup.text",
        "mustSupport": true
      },
      {
        "id": "RequestGroup.extension",
        "path": "RequestGroup.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "RequestGroup.extension:printableLabel",
        "path": "RequestGroup.extension",
        "sliceName": "printableLabel",
        "type": [
          {
            "code": "Extension",
            "profile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/extension-resource-printableLabel"
          }
        ]
      },
      {
        "id": "RequestGroup.identifier",
        "path": "RequestGroup.identifier",
        "mustSupport": true
      },
      {
        "id": "RequestGroup.status",
        "path": "RequestGroup.status",
        "mustSupport": true
      },
      {
        "id": "RequestGroup.intent",
        "path": "RequestGroup.intent",
        "mustSupport": true
      },
      {
        "id": "RequestGroup.subject",
        "path": "RequestGroup.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Patient"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RequestGroup.context",
        "path": "RequestGroup.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RequestGroup.author",
        "path": "RequestGroup.author",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Practitioner"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RequestGroup.note",
        "path": "RequestGroup.note",
        "mustSupport": true
      }
    ]
  }
}