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

: EndpointType - JSON Representation

Draft as of 2021-05-12

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "EndpointType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/EndpointType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">TISS<a name=\"EndpointType-TISS\"> </a></td></tr><tr><td style=\"white-space:nowrap\">MEMED<a name=\"EndpointType-MEMED\"> </a></td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/EndpointType",
  "version" : "0.2.0",
  "name" : "EndpointType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-05-12T20:18:11.6743763+00:00",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Endpoint Typel",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "TISS",
      "display" : "TISS"
    },
    {
      "code" : "MEMED",
      "display" : "MEMED"
    }
  ]
}