Mongolian HDIT Implementation guide
1.0.0 - Review

Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions

PrescriptionStatus - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "PrescriptionStatusVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PrescriptionStatus</h2><div><p>List of prescription status types.</p>\n</div><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/medicationrequest-status</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>active</td><td/><td/></tr><tr><td>on-hold</td><td/><td/></tr><tr><td>completed</td><td/><td/></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.mn/ValueSet/PrescriptionStatusVS",
  "version" : "1.0.0",
  "name" : "PrescriptionStatusVS",
  "title" : "PrescriptionStatus",
  "status" : "active",
  "date" : "2021-10-12T23:24:32+02:00",
  "publisher" : "http://fhir.mn",
  "contact" : [
    {
      "name" : "Pétur Þór Valdimarsson",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://fhir.mn"
        },
        {
          "system" : "email",
          "value" : "petur.valdimarsson@chorus.se"
        }
      ]
    }
  ],
  "description" : "List of prescription status types.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/medicationrequest-status",
        "concept" : [
          {
            "code" : "active"
          },
          {
            "code" : "on-hold"
          },
          {
            "code" : "completed"
          }
        ]
      }
    ]
  }
}