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

FHIR IG Statistics: StructureDefinition/745e2135-9b3c-4c0c-a3f7-5f22961db23a

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
Id745e2135-9b3c-4c0c-a3f7-5f22961db23a
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/fhir/StructureDefinition/NHSDigital-Logical-Request
URLhttps://fhir.nhs.uk/fhir/StructureDefinition/NHSDigital-Logical-Request
Statusdraft
NameNHSDigitalLogicalRequest
Typehttps://fhir.nhs.uk/fhir/StructureDefinition/UKCore-Request
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
UKCore-EncounterUK Core Encounter
UKCore-OrganizationUK Core Organization
UKCore-PatientUK Core Patient
UKCore-PractitionerUK Core Practitioner
UKCore-PractitionerRoleUK Core Practitioner Role

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "745e2135-9b3c-4c0c-a3f7-5f22961db23a",
  "url": "https://fhir.nhs.uk/fhir/StructureDefinition/NHSDigital-Logical-Request",
  "name": "NHSDigitalLogicalRequest",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://fhir.nhs.uk/fhir/StructureDefinition/UKCore-Request",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "UKCore-Request",
        "path": "UKCore-Request",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "UKCore-Request.identifier",
        "path": "UKCore-Request.identifier",
        "definition": "At least one identifier MUST be provided.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "UKCore-Request.subject",
        "path": "UKCore-Request.subject",
        "definition": "reference should be provided\r\nidentifier (NHS Number) MUST be provided (if traced), it is not permitted to exchange untraced NHS Numbers",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
            ]
          }
        ]
      },
      {
        "id": "UKCore-Request.requester",
        "path": "UKCore-Request.requester",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "UKCore-Request.code",
        "path": "UKCore-Request.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "UKCore-Request.status",
        "path": "UKCore-Request.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ]
      },
      {
        "id": "UKCore-Request.encounter",
        "path": "UKCore-Request.encounter",
        "short": "Encounter created as part of (recommended)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter"
            ]
          }
        ]
      }
    ]
  }
}