FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/2b99c030-7ecf-45f9-960f-2b468d26204b

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
Id2b99c030-7ecf-45f9-960f-2b468d26204b
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/NHSDigital-Logical-Event
URLhttps://fhir.nhs.uk/StructureDefinition/NHSDigital-Logical-Event
Statusdraft
NameNHSDigitalLogicalEvent
Typehttps://fhir.nhs.uk/StructureDefinition/NHSDigital-Logical-Event
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
UKCore-PatientUK Core Patient

Narrative

No narrative content found in resource


Source

{
  "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"
            ]
          }
        ]
      }
    ]
  }
}