FHIR Cross-Version Extensions package for FHIR R4B from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Dates Event Type Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "datestype",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/datestype</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">card-issued\n                  <a name=\"datestype-card-issued\"> </a>\n                </td>\n                <td>Card Issued</td>\n                <td>The date when an insurance card was issued.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">claim-received\n                  <a name=\"datestype-claim-received\"> </a>\n                </td>\n                <td>Claim Received</td>\n                <td>The date when an insurer nreceived a claim, pre-authorization or predetermination.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">service-expected\n                  <a name=\"datestype-service-expected\"> </a>\n                </td>\n                <td>Service Expected</td>\n                <td>The date or period on or during which the services are expected to be performed.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    }
  ],
  "url" : "http://hl7.org/fhir/datestype",
  "version" : "5.0.0",
  "name" : "DatesEventTypeCodes",
  "title" : "Dates Event Type Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-13T17:27:08-04:00",
  "publisher" : "Financial Management",
  "contact" : [
    {
      "name" : "Financial Management",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "This value set includes sample Dates Event Type codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This is an example set.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "card-issued",
      "display" : "Card Issued",
      "definition" : "The date when an insurance card was issued."
    },
    {
      "code" : "claim-received",
      "display" : "Claim Received",
      "definition" : "The date when an insurer nreceived a claim, pre-authorization or predetermination."
    },
    {
      "code" : "service-expected",
      "display" : "Service Expected",
      "definition" : "The date or period on or during which the services are expected to be performed."
    }
  ]
}