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

FHIR IG Statistics: StructureDefinition/7f27141a-5fbc-4c00-842f-8c918d436841

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
Id7f27141a-5fbc-4c00-842f-8c918d436841
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/SDS-Device
URLhttps://fhir.nhs.uk/StructureDefinition/SDS-Device
Version1.0.0
Statusdraft
Date2020-10-12
NameSDSDevice
TitleSDS Device
DescriptionDefines the constraints and extensions on the Device resource to support Spine Directory Services represerntation of Accredited System.
PurposeThis profile extends the Device resource to support the exchange of information about an Accredited System on Spine Directory Services. This information is currently not supported by the FHIR standard in the base Device resource.
CopyrightCopyright © 2020 NHS Digital
TypeDevice
Kindresource

Resources that use this resource

CapabilityStatement
nhsdigital-eps-requirementsNHSDigitalEPSRequirements
nhsdigital-requirementsNHSDigitalRequirements

Resources that this resource uses

StructureDefinition
Extension-SDS-ManagingOrganisationExtension SDS Managing Organisation

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "7f27141a-5fbc-4c00-842f-8c918d436841",
  "url": "https://fhir.nhs.uk/StructureDefinition/SDS-Device",
  "version": "1.0.0",
  "name": "SDSDevice",
  "title": "SDS Device",
  "status": "draft",
  "date": "2020-10-12",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "NHS Digital",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Defines the constraints and extensions on the Device resource to support Spine Directory Services represerntation of Accredited System.",
  "purpose": "This profile extends the Device resource to support the exchange of information about an Accredited System on Spine Directory Services. This information is currently not supported by the FHIR standard in the base Device resource.",
  "copyright": "Copyright © 2020 NHS Digital",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "udi",
      "uri": "http://fda.gov/UDI",
      "name": "UDI Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.extension",
        "path": "Device.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Device.extension:managingOrganisation",
        "path": "Device.extension",
        "sliceName": "managingOrganisation",
        "short": "Managing or manufacturing organisation providing an Accredited System",
        "definition": "ODS reference that represents the managing or manufacturing organisation providing an Accredited System",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Device.identifier:NhsSpineASID",
        "path": "Device.identifier",
        "sliceName": "NhsSpineASID",
        "short": "NHS Spine Accredited System Identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.identifier:NhsSpineASID.system",
        "path": "Device.identifier.system",
        "fixedUri": "https://fhir.nhs.uk/Id/nhsSpineASID"
      },
      {
        "id": "Device.identifier:NhsMhsPartyKey",
        "path": "Device.identifier",
        "sliceName": "NhsMhsPartyKey",
        "short": "Nhs Mhs Party Key",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.identifier:NhsMhsPartyKey.system",
        "path": "Device.identifier.system",
        "fixedUri": "https://fhir.nhs.uk/Id/nhsMhsPartyKey"
      },
      {
        "id": "Device.identifier:NhsEndpointServiceId",
        "path": "Device.identifier",
        "sliceName": "NhsEndpointServiceId",
        "short": "NHS Endpoint Service Id",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.identifier:NhsEndpointServiceId.system",
        "path": "Device.identifier.system",
        "fixedUri": "https://fhir.nhs.uk/Id/nhsEndpointServiceId"
      },
      {
        "id": "Device.owner",
        "path": "Device.owner",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}