FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeStructureDefinition
IdExtension-SDS-NhsServiceInteractionId.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "Extension-SDS-NhsServiceInteractionId",
  "url": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-NhsServiceInteractionId",
  "name": "ExtensionSDSNhsServiceInteractionId",
  "title": "Extension SDS NHS Service Interaction Id",
  "status": "draft",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "NHS Digital",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.uk",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Service Interaction Id that represents the Service and Interaction provided by the Accredited System or Message Handling System.",
  "purpose": "This extension extends the Device and Endpoint resource to support the exchange of information about the Services and Interactions provided by the System or Endpoint. This information is currently not supported by the FHIR standard in the base Device or Endpoint resources.",
  "copyright": "Copyright © 2021 NHS Digital",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Device"
    },
    {
      "type": "element",
      "expression": "Endpoint"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-NhsServiceInteractionId"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}