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

FHIR IG Statistics: StructureDefinition/DataStandardsWales-PSOM-ReferralIdentifier

Packagefhir.r4.wales.psom
Resource TypeStructureDefinition
IdDataStandardsWales-PSOM-ReferralIdentifier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.wales.psom@1.0.0-rc3&canonical=https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-ReferralIdentifier
URLhttps://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-ReferralIdentifier
Statusdraft
NameDataStandardsWalesPSOMReferralIdentifier
TitleData Standards Wales PSOM ReferralIdentifier
Realmus
Authorityhl7
DescriptionA locally-produced identifier which uniquely identifies the referral record. All PROMs questionnaires associated with the same referral must have the same Referral Identifier.
Copyright© 2023 NHS Wales.
TypeIdentifier
Kindcomplex-type

Resources that use this resource

StructureDefinition
DataStandardsWales-PSOM-CarePlanData Standards Wales PSOM CarePlan

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "DataStandardsWales-PSOM-ReferralIdentifier",
  "url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-ReferralIdentifier",
  "name": "DataStandardsWalesPSOMReferralIdentifier",
  "title": "Data Standards Wales PSOM ReferralIdentifier",
  "status": "draft",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "Data Standards",
      "telecom": [
        {
          "system": "email",
          "value": "data.standards@wales.nhs.uk",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A locally-produced identifier which uniquely identifies the referral record. All PROMs questionnaires associated with the same referral must have the same Referral Identifier.",
  "copyright": "© 2023 NHS Wales.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "PROMs-Metadata-2024004",
      "name": "NHS Wales DSCN Metadata Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "short": "Referral Identifier Origination",
        "definition": "The issuing system's OID for the Referral Identifier.",
        "constraint": [
          {
            "key": "PSOM-ReferralIdentifier-01",
            "severity": "error",
            "human": "The issuing system should be an ApplicationInstanceOID that starts with the '2.16.840.1.113883.2.1.8.1.5.' sequence.",
            "expression": "startsWith('urn:oid:2.16.840.1.113883.2.1.8.1.5.')"
          }
        ],
        "mapping": [
          {
            "identity": "PROMs-Metadata-2024004",
            "map": "MPRPX004A",
            "comment": "Referral Identifier Origination"
          }
        ]
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "short": "Referral Identifier",
        "definition": "A locally-produced identifier which uniquely identifies the referral record. All PROMs questionnaires associated with the same referral must have the same Referral Identifier.",
        "min": 1,
        "mapping": [
          {
            "identity": "PROMs-Metadata-2024004",
            "map": "MPRPX004X",
            "comment": "Referral Identifier"
          }
        ]
      }
    ]
  }
}