INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

cs-ConditionEpisodicity-1 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "CareConnect-ConditionEpisodicity-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Care Connect Condition Episodicity</h2><div><p>A CodeSystem to identify the episodicity of a condition.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2016 HL7 UK</p><p>This code system https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionEpisodicity-1 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=\"CareConnect-ConditionEpisodicity-1-first\"> </a></td><td>First</td><td>The first episode of a condition.</td></tr><tr><td style=\"white-space:nowrap\">new<a name=\"CareConnect-ConditionEpisodicity-1-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=\"CareConnect-ConditionEpisodicity-1-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=\"CareConnect-ConditionEpisodicity-1-end\"> </a></td><td>End</td><td>Marks the end of an existing condition episode.</td></tr></table></div>"
  },
  "url" : "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionEpisodicity-1",
  "version" : "3.0.0",
  "name" : "Care Connect Condition Episodicity",
  "status" : "draft",
  "date" : "2018-11-14T00:00:00+00:00",
  "publisher" : "INTEROpen",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "https://interopen.ryver.com/"
        }
      ]
    }
  ],
  "description" : "A CodeSystem to identify the episodicity of a condition.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2016 HL7 UK",
  "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."
    }
  ]
}