Vanna Health IG
0.0.2 - ci-build

Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Vanna Communication Category Code System - JSON Representation

Draft as of 2024-05-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "communication-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://vanna.health/fhir/CodeSystem/communication-category</code> defines the following code:</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\">team-meeting<a name=\"communication-category-team-meeting\"> </a></td><td>Team Meeting</td><td>Category for notes generated by the daily Team Meeting</td></tr></table></div>"
  },
  "url" : "http://vanna.health/fhir/CodeSystem/communication-category",
  "version" : "0.0.2",
  "name" : "VannaCommunicationCategoryCodeSystem",
  "title" : "Vanna Communication Category Code System",
  "status" : "draft",
  "date" : "2024-05-03T17:27:25+00:00",
  "publisher" : "Vanna Health Engineering",
  "contact" : [
    {
      "name" : "Vanna Health Engineering",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://vanna.health"
        }
      ]
    }
  ],
  "description" : "A local code system defined within the context of the Vanna IG to hold custom categories referenced by Communication.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "team-meeting",
      "display" : "Team Meeting",
      "definition" : "Category for notes generated by the daily Team Meeting"
    }
  ]
}