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

: OutpatientType - JSON Representation

Draft as of 2022-12-26

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "OutpatientType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/OutpatientType</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\">1<a name=\"OutpatientType-1\"> </a></td><td>First</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"OutpatientType-2\"> </a></td><td>Follow-Up</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"OutpatientType-3\"> </a></td><td>Prenatal</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"OutpatientType-4\"> </a></td><td>Forwarding</td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/OutpatientType",
  "version" : "0.2.0",
  "name" : "OutpatientType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-12-26",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Outpatient Type",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "1",
      "display" : "First"
    },
    {
      "code" : "2",
      "display" : "Follow-Up"
    },
    {
      "code" : "3",
      "display" : "Prenatal"
    },
    {
      "code" : "4",
      "display" : "Forwarding"
    }
  ]
}