This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Example CodeSystem/datestype (XML)
Raw XML (canonical form + also see XML Format Specification)
Definition for Code SystemDatesEventTypeCodes
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="datestype"/>
<meta>
<lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
<profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p> This code system
<code> http://hl7.org/fhir/datestype</code> defines the following codes:
</p>
<table class="codes">
<tr>
<td style="white-space:nowrap">
<b> Code</b>
</td>
<td>
<b> Display</b>
</td>
<td>
<b> Definition</b>
</td>
</tr>
<tr>
<td style="white-space:nowrap">card-issued
<a name="datestype-card-issued"> </a>
</td>
<td> Card Issued</td>
<td> The date when an insurance card was issued.</td>
</tr>
<tr>
<td style="white-space:nowrap">claim-received
<a name="datestype-claim-received"> </a>
</td>
<td> Claim Received</td>
<td> The date when an insurer nreceived a claim, pre-authorization or predetermination.</td>
</tr>
<tr>
<td style="white-space:nowrap">service-expected
<a name="datestype-service-expected"> </a>
</td>
<td> Service Expected</td>
<td> The date or period on or during which the services are expected to be performed.</td>
</tr>
</table>
</div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fm"/>
</extension>
<url value="http://hl7.org/fhir/datestype"/>
<version value="5.0.0"/>
<name value="DatesEventTypeCodes"/>
<title value="Dates Event Type Codes"/>
<status value="active"/>
<experimental value="false"/>
<publisher value="HL7 International"/>
<description value="This value set includes sample Dates Event Type codes."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<copyright value="This is an example set."/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="card-issued"/>
<display value="Card Issued"/>
<definition value="The date when an insurance card was issued."/>
</concept>
<concept>
<code value="claim-received"/>
<display value="Claim Received"/>
<definition value="The date when an insurer nreceived a claim, pre-authorization or predetermination."/>
</concept>
<concept>
<code value="service-expected"/>
<display value="Service Expected"/>
<definition value="The date or period on or during which the services are expected to be performed."/>
</concept>
</CodeSystem>
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.