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" : "organization-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://vanna.health/fhir/CodeSystem/organization-type</code> 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\">center<a name=\"organization-type-center\"> </a></td><td>Center</td><td>A Vanna Center. Example: Vanna Philadelphia</td></tr><tr><td style=\"white-space:nowrap\">client<a name=\"organization-type-client\"> </a></td><td>Client</td><td>A Vanna Client. Maps 1:1 with Project (aka tenant). Examples: Emilio, AZ Blue.</td></tr></table></div>"
  },
  "url" : "http://vanna.health/fhir/CodeSystem/organization-type",
  "version" : "0.0.2",
  "name" : "VannaOrganizationTypeCodeSystem",
  "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 org types.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "center",
      "display" : "Center",
      "definition" : "A Vanna Center. Example: Vanna Philadelphia"
    },
    {
      "code" : "client",
      "display" : "Client",
      "definition" : "A Vanna Client. Maps 1:1 with Project (aka tenant). Examples: Emilio, AZ Blue."
    }
  ]
}