מדריך למטמיע - טופס 17
1.0.0 - ci-build

This page is part of the T17 IG (v1.0.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: T17 EligibilityRequest Purpose codes - JSON Representation

Draft as of 2024-09-01

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "t17-eligibilityrequest-purpose",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet t17-eligibilityrequest-purpose</b></p><a name=\"t17-eligibilityrequest-purpose\"> </a><a name=\"hct17-eligibilityrequest-purpose\"> </a><a name=\"t17-eligibilityrequest-purpose-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-eligibilityrequest-purpose.html\"><code>http://hl7.org/fhir/eligibilityrequest-purpose</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-eligibilityrequest-purpose.html#eligibilityrequest-purpose-validation\">validation</a></td><td>Coverage Validation</td><td>A check that the specified coverages are in-force is requested.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-eligibilityrequest-purpose.html#eligibilityrequest-purpose-discovery\">discovery</a></td><td>Coverage Discovery</td><td>The insurer is requested to report on any coverages which they are aware of in addition to any specifed.</td></tr></table></li></ul></div>"
  },
  "url" : "http://ig.fhir-il-community.org/T17/ValueSet/t17-eligibilityrequest-purpose",
  "version" : "1.0.0",
  "name" : "T17EligibilityrequestPurpose",
  "title" : "T17 EligibilityRequest Purpose codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-01T15:47:08+00:00",
  "publisher" : "FHIR-il community",
  "contact" : [
    {
      "name" : "FHIR-il community",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ig.fhir-il-community.org"
        }
      ]
    }
  ],
  "description" : "רשימת ערכים לציון סוג הבקשה",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/eligibilityrequest-purpose",
        "concept" : [
          {
            "code" : "validation",
            "display" : "Coverage Validation"
          },
          {
            "code" : "discovery",
            "display" : "Coverage Discovery"
          }
        ]
      }
    ]
  }
}