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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeCodeSystem
IdCodeSystem-CareConnect-NHSNumberVerificationStatus-1.json
FHIR VersionR3

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": "CareConnect-NHSNumberVerificationStatus-1",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference",
      "valueUri": "http://www.datadictionary.nhs.uk/data_dictionary/data_field_notes/n/nhs/nhs_number_status_indicator_code_de.asp?shownav=1"
    }
  ],
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
  "version": "1.0.0",
  "name": "Care Connect NHS Number Verification Status",
  "status": "active",
  "date": "2017-11-22T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A CodeSystem that identifies the trace status of the NHS number.  This CodeSystem is comprised of codes from the NHS Data Model and Dictionary: NHS Number Status Indicator Code.",
  "copyright": "Copyright © 2016 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "01",
      "display": "Number present and verified"
    },
    {
      "code": "02",
      "display": "Number present but not traced"
    },
    {
      "code": "03",
      "display": "Trace required"
    },
    {
      "code": "04",
      "display": "Trace attempted - No match or multiple match found"
    },
    {
      "code": "05",
      "display": "Trace needs to be resolved - (NHS number or patient detail conflict)"
    },
    {
      "code": "06",
      "display": "Trace in progress"
    },
    {
      "code": "07",
      "display": "Number not present and trace not required"
    },
    {
      "code": "08",
      "display": "Trace postponed (baby under six weeks old)"
    }
  ]
}