Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UAPI Code System - Prescriber Contact Times - JSON Representation

Active as of 2020-06-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "prescriber-contact-time",
  "meta" : {
    "lastUpdated" : "2021-04-28T05:00:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem prescriber-contact-time</b></p><a name=\"prescriber-contact-time\"> </a><a name=\"hcprescriber-contact-time\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-04-28 05:00:00+0000</p></div><p>This case-insensitive code system <code>https://fhir.developer.gene.com/CodeSystem/prescriber-contact-time</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\">any<a name=\"prescriber-contact-time-any\"> </a></td></tr><tr><td style=\"white-space:nowrap\">morning<a name=\"prescriber-contact-time-morning\"> </a></td></tr><tr><td style=\"white-space:nowrap\">mid-day<a name=\"prescriber-contact-time-mid-day\"> </a></td></tr><tr><td style=\"white-space:nowrap\">evening<a name=\"prescriber-contact-time-evening\"> </a></td></tr><tr><td style=\"white-space:nowrap\">unspecified<a name=\"prescriber-contact-time-unspecified\"> </a></td></tr></table></div>"
  },
  "url" : "https://fhir.developer.gene.com/CodeSystem/prescriber-contact-time",
  "version" : "1.1.20",
  "name" : "UapiCodeSystemPreferredContactTime",
  "title" : "UAPI Code System - Prescriber Contact Times",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-06-15T00:00:00-05:00",
  "contact" : [
    {
      "name" : "Krzysztof Wilczek",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:wilczekk@gene.com"
        }
      ]
    }
  ],
  "description" : "Prescriber's preferred contact times supported in UAPI",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "any"
    },
    {
      "code" : "morning"
    },
    {
      "code" : "mid-day"
    },
    {
      "code" : "evening"
    },
    {
      "code" : "unspecified"
    }
  ]
}