{
  "resourceType": "StructureDefinition",
  "id": "2b99c030-7ecf-45f9-960f-2b468d26204b",
  "url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Logical-Event",
  "name": "NHSDigitalLogicalEvent",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Logical-Event",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "NHSDigital-Logical-Event",
        "path": "NHSDigital-Logical-Event",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "NHSDigital-Logical-Event.identifier",
        "path": "NHSDigital-Logical-Event.identifier",
        "short": "Business Identifier for {{title}}",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "NHSDigital-Logical-Event.status",
        "path": "NHSDigital-Logical-Event.status",
        "short": "Event status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ]
      },
      {
        "id": "NHSDigital-Logical-Event.code",
        "path": "NHSDigital-Logical-Event.code",
        "short": "What was done (recommended)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "NHSDigital-Logical-Event.subject",
        "path": "NHSDigital-Logical-Event.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
            ]
          }
        ]
      },
      {
        "id": "NHSDigital-Logical-Event.encounter",
        "path": "NHSDigital-Logical-Event.encounter",
        "short": "Encounter created as part of (recommended)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter"
            ]
          }
        ]
      },
      {
        "id": "NHSDigital-Logical-Event.performer",
        "path": "NHSDigital-Logical-Event.performer",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/BackboneElement"
            ]
          }
        ]
      }
    ]
  }
}