View raw Markdown
type: codesystemcodesystem: occurrence-span-codes

Example Occurrance Span Codes

Concepts

CodeDisplayDefinition
1001Occurrance Span 1001Occurrance Span 1001 description.
1002Occurrance Span 1002Occurrance Span 1002 description.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <url value="http://hl7.org/fhir/ex-claimoccurrancespan"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1873"/>
  </identifier>
  <name value="ExampleOccurranceSpanCodes"/>
  <title value="Example Occurrance Span Codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <description value="This value set includes sample Occurrance Span codes."/>
  <copyright value="This is an example set."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="1001"/>
    <display value="Occurrance Span 1001"/>
    <definition value="Occurrance Span 1001 description."/>
  </concept>
  <concept>
    <code value="1002"/>
    <display value="Occurrance Span 1002"/>
    <definition value="Occurrance Span 1002 description."/>
  </concept>
</CodeSystem>