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

: IdentifierTypeInventory - JSON Representation

Draft as of 2022-12-21

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "IdentifierTypeInventory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-IdentifierType.html\"><code>https://ancode.app/fhir/CodeSystem/IdentifierType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-SIMPRO\">SIMPRO</a></td><td>Código Simpro</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-BRASINDICE\">BRASINDICE</a></td><td>Código Brasíndice</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-TUSS\">TUSS</a></td><td>Código TUSS</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-TISS\">TISS</a></td><td>Código TISS</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-ANVISA\">ANVISA</a></td><td>ANVISA - Agência Nacional de Vigilância Sanitária</td></tr></table></li></ul></div>"
  },
  "url" : "https://ancode.app/fhir/ValueSet/IdentifierTypeInventory",
  "version" : "0.2.0",
  "name" : "IdentifierTypeInventory",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-12-21",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Identifier Type Inventory",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://ancode.app/fhir/CodeSystem/IdentifierType",
        "concept" : [
          {
            "code" : "SIMPRO",
            "display" : "Código Simpro"
          },
          {
            "code" : "BRASINDICE",
            "display" : "Código Brasíndice"
          },
          {
            "code" : "TUSS",
            "display" : "Código TUSS"
          },
          {
            "code" : "TISS",
            "display" : "Código TISS"
          },
          {
            "code" : "ANVISA",
            "display" : "ANVISA - Agência Nacional de Vigilância Sanitária"
          }
        ]
      }
    ]
  }
}