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

FHIR IG Statistics: StructureDefinition/97509562-0326-459e-a863-430574146520

Packageuk.nhsdigital.clinical.r4
Resource TypeStructureDefinition
Id97509562-0326-459e-a863-430574146520
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.clinical.r4@2.1.2-dev&canonical=https://fhir.nhs.uk/StructureDefinition/NHSDigital-CommunicationRequest
URLhttps://fhir.nhs.uk/StructureDefinition/NHSDigital-CommunicationRequest
Statusdraft
NameNHSDigital-CommunicationRequest
TypeCommunicationRequest
Kindresource

Resources that use this resource

CapabilityStatement
nhsdigital-eps-requirementsNHSDigitalEPSRequirements
apim-eps-nextgenAPIMEPSNextGen
apim-eps-prescriptionsforpatientsAPIMEPSPrescriptionsForPatients
apim-clinical-conformanceAPIM Clinical Conformance Capability Statement
apim-medicines-api-exampleAPIMEPS
nhsdigital-requirementsNHSDigitalRequirements

Resources that this resource uses

StructureDefinition
UKCore-ListUK Core List
UKCore-OrganizationUK Core Organization
UKCore-PatientUK Core Patient
UKCore-PractitionerUK Core Practitioner
UKCore-PractitionerRoleUK Core Practitioner Role
Extension-Spine-CommunicationPayloadExtensionSpineCommunicationPayload
NHSDigital-HealthcareServiceNHSDigitalHealthcareService
ValueSet
NHSDigital-message-eventsNHSMessageEvents
Spine-CommunicationChannel-vsSpineCommunicationChannelvs

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "97509562-0326-459e-a863-430574146520",
  "url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-CommunicationRequest",
  "name": "NHSDigital-CommunicationRequest",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "CommunicationRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CommunicationRequest.medium",
        "path": "CommunicationRequest.medium",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nhs.uk/ValueSet/Spine-CommunicationChannel-vs"
        }
      },
      {
        "id": "CommunicationRequest.subject",
        "path": "CommunicationRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
            ]
          }
        ]
      },
      {
        "id": "CommunicationRequest.subject.identifier.system",
        "path": "CommunicationRequest.subject.identifier.system",
        "min": 1
      },
      {
        "id": "CommunicationRequest.subject.identifier.value",
        "path": "CommunicationRequest.subject.identifier.value",
        "min": 1
      },
      {
        "id": "CommunicationRequest.payload",
        "path": "CommunicationRequest.payload",
        "comment": "The payload will consist of message to the Patient and/or a reference to a list of active repeat medications.",
        "min": 1
      },
      {
        "id": "CommunicationRequest.payload.extension",
        "path": "CommunicationRequest.payload.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "CommunicationRequest.payload.extension:deviceContent",
        "path": "CommunicationRequest.payload.extension",
        "sliceName": "deviceContent",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nhs.uk/StructureDefinition/Extension-Spine-CommunicationPayload"
            ]
          }
        ]
      },
      {
        "id": "CommunicationRequest.payload.content[x]",
        "path": "CommunicationRequest.payload.content[x]",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-List"
            ]
          }
        ]
      },
      {
        "id": "CommunicationRequest.requester",
        "path": "CommunicationRequest.requester",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "CommunicationRequest.requester.identifier.system",
        "path": "CommunicationRequest.requester.identifier.system",
        "min": 1
      },
      {
        "id": "CommunicationRequest.requester.identifier.value",
        "path": "CommunicationRequest.requester.identifier.value",
        "min": 1
      },
      {
        "id": "CommunicationRequest.recipient",
        "path": "CommunicationRequest.recipient",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/CareTeam",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole",
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-HealthcareService"
            ]
          }
        ]
      },
      {
        "id": "CommunicationRequest.recipient.identifier.system",
        "path": "CommunicationRequest.recipient.identifier.system",
        "min": 1
      },
      {
        "id": "CommunicationRequest.recipient.identifier.value",
        "path": "CommunicationRequest.recipient.identifier.value",
        "min": 1
      },
      {
        "id": "CommunicationRequest.sender.identifier.system",
        "path": "CommunicationRequest.sender.identifier.system",
        "min": 1
      },
      {
        "id": "CommunicationRequest.sender.identifier.value",
        "path": "CommunicationRequest.sender.identifier.value",
        "min": 1
      },
      {
        "id": "CommunicationRequest.reasonCode",
        "path": "CommunicationRequest.reasonCode",
        "binding": {
          "strength": "preferred",
          "description": "UKCore event types",
          "valueSet": "https://fhir.nhs.uk/ValueSet/NHSDigital-message-events"
        }
      },
      {
        "id": "CommunicationRequest.reasonCode.coding.system",
        "path": "CommunicationRequest.reasonCode.coding.system",
        "min": 1
      },
      {
        "id": "CommunicationRequest.reasonCode.coding.code",
        "path": "CommunicationRequest.reasonCode.coding.code",
        "min": 1
      },
      {
        "id": "CommunicationRequest.reasonCode.coding.display",
        "path": "CommunicationRequest.reasonCode.coding.display",
        "min": 1
      }
    ]
  }
}