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

FHIR IG analytics

Packagefhir.r4.wales.stu1
Resource TypeCodeSystem
IdCodeSystem-DataStandardsWales-PatientRecordType.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": "CodeSystem",
  "id": "DataStandardsWales-PatientRecordType",
  "url": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PatientRecordType",
  "version": "0.0.1",
  "name": "DataStandardsWalesPatientRecordType",
  "title": "Data Standards Wales Patient Record Type",
  "status": "draft",
  "experimental": true,
  "date": "2024-05-23",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "Data Standards",
      "telecom": [
        {
          "system": "email",
          "value": "data.standards@wales.nhs.uk",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A set of codes used to identify the record type of a patient within the CDR",
  "copyright": "2024 NHS Wales.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "gold",
      "display": "Gold",
      "definition": "Patient records are sourced from the Welsh Demographics Service, and this index of patient records is kept up to date via the messaging feeds sent from the service. These patient records contain an NHS number as their primary identifier but may also include PAS number identifiers."
    },
    {
      "code": "silver",
      "display": "Silver",
      "definition": "patient records are those that are not sourced from the Welsh Demographic Service. These patient records will only contain a single PAS identifier and are synchronised with the PAS patient records via the appropriate demographic message flows from Welsh PASs."
    }
  ]
}