UKCore-Organization

Tree View

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
mainLocationC0..1Extension(Reference(Location))
id0..1string
extensionC0..0Extension
url1..1uriFixed Value
valuePeriodPeriod
modifierExtension?! C0..*Extension
id0..1string
extensionC0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ C0..1Period
assignerΣ C0..1Reference(Organization)
id0..1string
extensionC0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ C0..1Period
assignerΣ C0..1Reference(Organization)
activeS Σ ?!0..1boolean
typeΣ0..*CodeableConceptBinding
nameS Σ C0..1string
alias0..*string
telecomS C0..*ContactPoint
addressS C0..*Address
partOfΣ C0..1Reference(Organization)
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomC0..*ContactPoint
address0..1Address
endpointC0..*Reference(Endpoint)

Example

{
  "resourceType": "Organization",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "VNE51"
    }
  ],
  "address": [
    {
      "city": "West Yorkshire",
      "use": "work",
      "line": [
        "17 Austhorpe Road",
        "Crossgates",
        "Leeds"
      ],
      "postalCode": "LS15 8BA"
    }
  ],
  "name": "The Simple Pharmacy",
  "telecom": [
    {
      "system": "phone",
      "use": "work",
      "value": "0113 3180277"
    }
  ]
}


Required / Minimum Dataset

The required fields that represent the minimum dataset to be shared between hub and spoke pharmacies are as follows.

Element Implementation Requirements
identifier As per UKCore guidance.
name As per UKCore guidance.
telecom As per UKCore guidance.
address The postal address for the pharmacy. For a spoke pharmacy, this must be the address where assembled medication is to be shipped to by the hub pharmacy.