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

FHIR IG Statistics: StructureDefinition/Extension-SDS-ManufacturingOrganisation

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
IdExtension-SDS-ManufacturingOrganisation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManufacturingOrganisation
URLhttps://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManufacturingOrganisation
Version1.0.0
Statusdraft
Date2020-10-12
NameExtensionSDSManufacturingOrganisation
TitleExtension SDS Manufacturing Organisation
DescriptionODS reference that represents the manufacturing (or managing) organisation providing an Accredited System
PurposeThis extension extends the Device resource to support the exchange of information about the manufacturing (or managing) 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

No resources found


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-ManufacturingOrganisation",
  "url": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManufacturingOrganisation",
  "version": "1.0.0",
  "name": "ExtensionSDSManufacturingOrganisation",
  "title": "Extension SDS Manufacturing 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 manufacturing (or managing) organisation providing an Accredited System",
  "purpose": "This extension extends the Device resource to support the exchange of information about the manufacturing (or managing) 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 Manufacturing Organisation",
        "comment": "Reference to the manufacturing, managing or supplying organisation of an Accredited System.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManufacturingOrganisation"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}