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

UKCoreConditionEpisodicity - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "UKCore-ConditionEpisodicity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UK Core Condition Episodicity</h2><div><p>A CodeSystem to identify the episodicity of a condition.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2019 NHS Digital</p><p>This code system https://fhir.nhs.uk/R4/CodeSystem/UKCore-ConditionEpisodicity 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\">first<a name=\"UKCore-ConditionEpisodicity-first\"> </a></td><td>First</td><td>The first episode of a condition.</td></tr><tr><td style=\"white-space:nowrap\">new<a name=\"UKCore-ConditionEpisodicity-new\"> </a></td><td>New</td><td>A new episode of a previously recorded condition.</td></tr><tr><td style=\"white-space:nowrap\">review<a name=\"UKCore-ConditionEpisodicity-review\"> </a></td><td>Review</td><td>A review of an existing condition episode.</td></tr><tr><td style=\"white-space:nowrap\">end<a name=\"UKCore-ConditionEpisodicity-end\"> </a></td><td>End</td><td>Marks the end of an existing condition episode.</td></tr></table></div>"
  },
  "url" : "https://fhir.nhs.uk/R4/CodeSystem/UKCore-ConditionEpisodicity",
  "version" : "4.0.0",
  "name" : "UKCoreConditionEpisodicity",
  "title" : "UK Core Condition Episodicity",
  "status" : "draft",
  "date" : "2019-11-11T00:00:00+00:00",
  "publisher" : "Project Wildfyre",
  "contact" : [
    {
      "name" : "Project Wildfyre",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:dunno@dummy.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A CodeSystem to identify the episodicity of a condition.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2019 NHS Digital",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "first",
      "display" : "First",
      "definition" : "The first episode of a condition."
    },
    {
      "code" : "new",
      "display" : "New",
      "definition" : "A new episode of a previously recorded condition."
    },
    {
      "code" : "review",
      "display" : "Review",
      "definition" : "A review of an existing condition episode."
    },
    {
      "code" : "end",
      "display" : "End",
      "definition" : "Marks the end of an existing condition episode."
    }
  ]
}