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 - PreDetermination - JSON Representation

Active as of 2024-03-19

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "uapi-pre-determination",
  "meta" : {
    "lastUpdated" : "2024-03-19T05: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 uapi-pre-determination</b></p><a name=\"uapi-pre-determination\"> </a><a name=\"hcuapi-pre-determination\"> </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: 2024-03-19 05:00:00+0000</p></div><p>This case-insensitive code system <code>https://fhir.developer.gene.com/CodeSystem/uapi-pre-determination</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\">required<a name=\"uapi-pre-determination-required\"> </a></td><td>Required</td></tr><tr><td style=\"white-space:nowrap\">highly-recommended<a name=\"uapi-pre-determination-highly-recommended\"> </a></td><td>Highly Recommended</td></tr><tr><td style=\"white-space:nowrap\">voluntary<a name=\"uapi-pre-determination-voluntary\"> </a></td><td>Voluntary</td></tr></table></div>"
  },
  "url" : "https://fhir.developer.gene.com/CodeSystem/uapi-pre-determination",
  "version" : "1.1.20",
  "name" : "UapiCodeSystemPreDetermination",
  "title" : "UAPI Code System - PreDetermination",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-19T05:00:00.000+00:00",
  "contact" : [
    {
      "name" : "Krzysztof Wilczek",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:wilczekk@gene.com"
        }
      ]
    }
  ],
  "description" : "PreDetermination information for patient enrollment",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "required",
      "display" : "Required"
    },
    {
      "code" : "highly-recommended",
      "display" : "Highly Recommended"
    },
    {
      "code" : "voluntary",
      "display" : "Voluntary"
    }
  ]
}