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

: MedicationRequestCategory - JSON Representation

Active as of 2022-06-07

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "MedicationRequestCategory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/MedicationRequestCategory</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\">Memed<a name=\"MedicationRequestCategory-Memed\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Printed<a name=\"MedicationRequestCategory-Printed\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Inpatient<a name=\"MedicationRequestCategory-Inpatient\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Outpatient<a name=\"MedicationRequestCategory-Outpatient\"> </a></td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/MedicationRequestCategory",
  "version" : "0.2.0",
  "name" : "MedicationRequestCategory",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-06-07",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Medication Request Category",
  "content" : "complete",
  "concept" : [
    {
      "code" : "Memed",
      "display" : "Memed"
    },
    {
      "code" : "Printed",
      "display" : "Printed"
    },
    {
      "code" : "Inpatient",
      "display" : "Inpatient"
    },
    {
      "code" : "Outpatient",
      "display" : "Outpatient"
    }
  ]
}