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

FHIR IG Statistics: StructureDefinition/DataStandardsWales-Location

Packagefhir.r4.wales.test
Resource TypeStructureDefinition
IdDataStandardsWales-Location
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.wales.test@1.0.0&canonical=https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location
URLhttps://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location
Version1.1.1
Statusactive
Date2023-11-10
NameDataStandardsWalesLocation
TitleData Standards Wales Location
Realmus
Authorityhl7
Copyright2024 NHS Wales.
TypeLocation
Kindresource

Resources that use this resource

StructureDefinition
DataStandardsWales-AppointmentDataStandardsWalesAppointment
DataStandardsWales-AuditEventData Standards Wales AuditEvent
DataStandardsWales-DeviceData Standards Wales Device
DataStandardsWales-DiagnosticReportData Standards Wales Diagnostic Report
DataStandardsWales-EncounterData Standards Wales Encounter
DataStandardsWales-ImagingStudyData Standards Wales Imaging Study
DataStandardsWales-ImmunizationData Standards Wales Immunization
DataStandardsWales-LocationData Standards Wales Location
DataStandardsWales-MedicationDispenseData Standards Wales Medication Dispense
DataStandardsWales-Observation-VitalSigns-BMIData Standards Wales Observation Vital Signs BMI
DataStandardsWales-Observation-VitalSigns-BodyHeightData Standards Wales Observation Vital Signs Body Height
DataStandardsWales-Observation-VitalSigns-BodyWeightData Standards Wales Observation Vital Signs Body Weight
DataStandardsWales-Observation-VitalSignsData Standards Wales Observation Vital Signs
DataStandardsWales-ObservationData Standards Wales Observation
DataStandardsWales-PractitionerRoleData Standards Wales Practitioner Role
DataStandardsWales-ProvenanceData Standards Wales Provenance
DataStandardsWales-ServiceRequestData Standards Wales Service Request
DataStandardsWales-SpecimenData Standards Wales Specimen
DataStandardsWales-PSOM-TaskData Standards Wales PSOM Task

Resources that this resource uses

StructureDefinition
DataStandardsWales-EndpointData Standards Wales Endpoint
DataStandardsWales-LocationData Standards Wales Location
DataStandardsWales-OrganizationData Standards Wales Organization
UKCore-LocationUK Core Location

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "DataStandardsWales-Location",
  "url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location",
  "version": "1.1.1",
  "name": "DataStandardsWalesLocation",
  "title": "Data Standards Wales Location",
  "status": "active",
  "experimental": false,
  "date": "2023-11-10",
  "publisher": "NHS Wales",
  "copyright": "2024 NHS Wales.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "comment": "Identifiers for the location SHOULD be populated if the data exists",
        "requirements": "Different location identities will apply which are managed by different registries",
        "mustSupport": true
      },
      {
        "id": "Location.identifier:odsSiteCode",
        "path": "Location.identifier",
        "sliceName": "odsSiteCode",
        "max": "0"
      },
      {
        "id": "Location.identifier:wrtsLocationIdentifier",
        "path": "Location.identifier",
        "sliceName": "wrtsLocationIdentifier",
        "short": "The WRTS identifier for the location",
        "definition": "The Welsh Reference Data Servcie identifier for the location",
        "max": "1"
      },
      {
        "id": "Location.identifier:wrtsLocationIdentifier.system",
        "path": "Location.identifier.system",
        "short": "WRTS location identifier",
        "min": 1,
        "fixedUri": "https://fhir.nhs.wales/Id/wrts-location-identifier"
      },
      {
        "id": "Location.identifier:wrtsLocationIdentifier.value",
        "path": "Location.identifier.value",
        "min": 1
      },
      {
        "id": "Location.status",
        "path": "Location.status",
        "comment": "The status of the location (i.e., whether it is active, suspended or inactive) SHOULD be populated if the data exists."
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "comment": "Location name SHALL be populated. If the name of a location changes, consider putting the old name in the alias column so that it can still be located through searches.",
        "min": 1
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.identifier.system",
        "path": "Location.managingOrganization.identifier.system",
        "min": 1
      },
      {
        "id": "Location.managingOrganization.identifier.value",
        "path": "Location.managingOrganization.identifier.value",
        "min": 1
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.partOf.identifier.system",
        "path": "Location.partOf.identifier.system",
        "min": 1
      },
      {
        "id": "Location.partOf.identifier.value",
        "path": "Location.partOf.identifier.value",
        "min": 1
      },
      {
        "id": "Location.endpoint",
        "path": "Location.endpoint",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Endpoint"
            ]
          }
        ]
      }
    ]
  }
}