HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

UKCoreResidentialStatus - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "UKCore-ResidentialStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UK Core Residential Status</h2><div><p>A CodeSystem that identifies the residential status of a patient.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2019 NHS Digital</p><p>This code system https://fhir.nhs.uk/R4/CodeSystem/UKCore-ResidentialStatus defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">H<a name=\"UKCore-ResidentialStatus-H\"> </a></td><td>UK Resident</td><td/></tr><tr><td style=\"white-space:nowrap\">O<a name=\"UKCore-ResidentialStatus-O\"> </a></td><td>Overseas Resident</td><td/></tr></table></div>"
  },
  "url" : "https://fhir.nhs.uk/R4/CodeSystem/UKCore-ResidentialStatus",
  "version" : "4.0.0",
  "name" : "UKCoreResidentialStatus",
  "title" : "UK Core Residential Status",
  "status" : "draft",
  "date" : "2019-10-18T01:00:00+01:00",
  "publisher" : "Project Wildfyre",
  "contact" : [
    {
      "name" : "Project Wildfyre",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:dunno@dummy.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A CodeSystem that identifies the residential status of a patient.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2019 NHS Digital",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "H",
      "display" : "UK Resident"
    },
    {
      "code" : "O",
      "display" : "Overseas Resident"
    }
  ]
}