Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: DefinitionTopic - JSON Representation

Draft as of 2022-09-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "DefinitionTopic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/DefinitionTopic</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">CostCenter<a name=\"DefinitionTopic-CostCenter\"> </a></td><td>Cost Center</td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/DefinitionTopic",
  "version" : "0.2.0",
  "name" : "DefinitionTopic",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-09-09",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Definition Topic",
  "content" : "complete",
  "concept" : [
    {
      "code" : "CostCenter",
      "display" : "Cost Center"
    }
  ]
}