View raw Markdown
type: codesystemcodesystem: coverage-exception

Exception Codes

Concepts

CodeDisplayDefinition
studentStudent (Fulltime)Fulltime Student
disabledDisabledDisabled

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <url value="http://hl7.org/fhir/coverage-exception"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1869"/>
  </identifier>
  <name value="ExceptionCodes"/>
  <title value="Exception Codes"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="Financial Management"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="This value set includes sample Exception codes."/>
  <copyright value="This is an example set."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="student"/>
    <display value="Student (Fulltime)"/>
    <definition value="Fulltime Student"/>
  </concept>
  <concept>
    <code value="disabled"/>
    <display value="Disabled"/>
    <definition value="Disabled"/>
  </concept>
</CodeSystem>