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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeStructureDefinition
IdExtension-SDS-ManagingOrganisation.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-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"
          }
        ]
      }
    ]
  }
}