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

: null - JSON Representation

Draft as of 2023-03-30

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "DeviceDefinitionType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/DeviceDefinitionType</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\">OPME<a name=\"DeviceDefinitionType-OPME\"> </a></td><td>Orthosis, prosthesis, special material</td></tr><tr><td style=\"white-space:nowrap\">ConsumptionMaterial<a name=\"DeviceDefinitionType-ConsumptionMaterial\"> </a></td><td>Hospital consumption material</td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/DeviceDefinitionType",
  "version" : "0.2.0",
  "name" : "DeviceDefinitionType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-03-30",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Device Definition Type",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "OPME",
      "display" : "Orthosis, prosthesis, special material"
    },
    {
      "code" : "ConsumptionMaterial",
      "display" : "Hospital consumption material"
    }
  ]
}