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

: IdentifierTypeCommon - JSON Representation

Draft as of 2021-11-30

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "IdentifierTypeCommon",
  "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-IDENTIFIER\">IDENTIFIER</a></td><td>Identifier</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-LEGACY\">LEGACY</a></td><td>Legacy System ID</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-OTHER\">OTHER</a></td><td>Other Identifier</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-INTEGRATION\">INTEGRATION</a></td><td>Integration Identifier</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-HEALTHCAREPROVIDERCODE\">HEALTHCAREPROVIDERCODE</a></td><td>Healthcare Provider Code</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-VERSION\">VERSION</a></td><td>Version</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-GROUPID\">GROUPID</a></td><td>Group ID</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-HEALTHCAREINSURANCECODE\">HEALTHCAREINSURANCECODE</a></td><td>Healthcare Insurance Code</td></tr></table></li></ul></div>"
  },
  "url" : "https://ancode.app/fhir/ValueSet/IdentifierTypeCommon",
  "version" : "0.2.0",
  "name" : "IdentifierTypeCommon",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-11-30",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Identifier Type Common",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://ancode.app/fhir/CodeSystem/IdentifierType",
        "concept" : [
          {
            "code" : "IDENTIFIER",
            "display" : "Identifier"
          },
          {
            "code" : "LEGACY",
            "display" : "Legacy System ID"
          },
          {
            "code" : "OTHER",
            "display" : "Other Identifier"
          },
          {
            "code" : "INTEGRATION",
            "display" : "Integration Identifier"
          },
          {
            "code" : "HEALTHCAREPROVIDERCODE",
            "display" : "Healthcare Provider Code"
          },
          {
            "code" : "VERSION",
            "display" : "Version"
          },
          {
            "code" : "GROUPID",
            "display" : "Group ID"
          },
          {
            "code" : "HEALTHCAREINSURANCECODE",
            "display" : "Healthcare Insurance Code"
          }
        ]
      }
    ]
  }
}