EHI Export Implementation Guide
0.1.0 - ci-build

EHI Export Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Order Status Code System - JSON Representation

Draft as of 2025-04-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "order-status-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem order-status-cs</b></p><a name=\"order-status-cs\"> </a><a name=\"hcorder-status-cs\"> </a><a name=\"order-status-cs-en-US\"> </a><p>This  code system <code>https://ehi-export.pointclickcare.com/site/CodeSystem-order-status-cs.html</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\">Initial<a name=\"order-status-cs-Initial\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Active<a name=\"order-status-cs-Active\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Discontinued<a name=\"order-status-cs-Discontinued\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Completed<a name=\"order-status-cs-Completed\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Struck Out<a name=\"order-status-cs-StruckOut\"> </a></td></tr><tr><td style=\"white-space:nowrap\">On Hold<a name=\"order-status-cs-OnHold\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Draft<a name=\"order-status-cs-Draft\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Unverified<a name=\"order-status-cs-Unverified\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Pending Confirmation<a name=\"order-status-cs-PendingConfirmation\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Pending Clinical Review<a name=\"order-status-cs-PendingClinicalReview\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Pending Order Signature<a name=\"order-status-cs-PendingOrderSignature\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Historical<a name=\"order-status-cs-Historical\"> </a></td></tr></table></div>"
  },
  "url" : "https://ehi-export.pointclickcare.com/site/CodeSystem-order-status-cs.html",
  "version" : "0.1.0",
  "name" : "OrderStatusCS",
  "title" : "Order Status Code System",
  "status" : "draft",
  "date" : "2025-04-11T19:03:38+00:00",
  "publisher" : "PCC",
  "contact" : [
    {
      "name" : "PCC",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.pointclickcare.com"
        },
        {
          "system" : "email",
          "value" : "info@pointclickcare.com"
        }
      ]
    }
  ],
  "description" : "PCC defined order statuses",
  "content" : "complete",
  "count" : 12,
  "concept" : [
    {
      "code" : "Initial",
      "display" : "Initial"
    },
    {
      "code" : "Active",
      "display" : "Active"
    },
    {
      "code" : "Discontinued",
      "display" : "Discontinued"
    },
    {
      "code" : "Completed",
      "display" : "Completed"
    },
    {
      "code" : "Struck Out",
      "display" : "Struck Out"
    },
    {
      "code" : "On Hold",
      "display" : "On Hold"
    },
    {
      "code" : "Draft",
      "display" : "Draft"
    },
    {
      "code" : "Unverified",
      "display" : "Unverified"
    },
    {
      "code" : "Pending Confirmation",
      "display" : "Pending Confirmation"
    },
    {
      "code" : "Pending Clinical Review",
      "display" : "Pending Clinical Review"
    },
    {
      "code" : "Pending Order Signature",
      "display" : "Pending Order Signature"
    },
    {
      "code" : "Historical",
      "display" : "Historical"
    }
  ]
}