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

FHIR IG Statistics: StructureDefinition/Extension-SDS-ManagingOrganisation

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
IdExtension-SDS-ManagingOrganisation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation
URLhttps://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation
Version1.0.0
Statusdraft
Date2020-10-12
NameExtensionSDSManagingOrganisation
TitleExtension SDS Managing Organisation
DescriptionODS reference that represents the managing or manufacturing organisation providing an Accredited System
PurposeThis extension extends the Device resource to support the exchange of information about the managing or manufacturing organisation supplying an Accredited System. This information is currently not supported by the FHIR standard in the base Device resource.
CopyrightCopyright © 2020 NHS Digital
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
SDS-DeviceSDS Device

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Extension-SDS-ManagingOrganisation",
  "url": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation",
  "version": "1.0.0",
  "name": "ExtensionSDSManagingOrganisation",
  "title": "Extension SDS Managing Organisation",
  "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": "ODS reference that represents the managing or manufacturing organisation providing an Accredited System",
  "purpose": "This extension extends the Device resource to support the exchange of information about the managing or manufacturing organisation supplying an Accredited System. 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"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Device"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "SDS Managing Organisation",
        "comment": "Reference to the managing, manufacturing or supplying organisation of an Accredited System.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}