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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeCodeSystem
IdCodeSystem-CareConnect-TreatmentCategory-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-TreatmentCategory-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/CareConnect-TreatmentCategory-1",
  "version": "1.0.0",
  "name": "Care Connect Treatment Category",
  "status": "active",
  "date": "2017-11-22T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A CodeSystem that identifies the treatment category for this patient.",
  "copyright": "Copyright © 2016 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Exempt from payment - subject to reciprocal health agreement"
    },
    {
      "code": "2",
      "display": "Exempt from payment - other"
    },
    {
      "code": "3",
      "display": "To pay hotel fees only"
    },
    {
      "code": "4",
      "display": "To pay all fees"
    },
    {
      "code": "9",
      "display": "Charging rate not known"
    },
    {
      "code": "8",
      "display": "Not applicable",
      "definition": "Not an Overseas Visitor"
    }
  ]
}