Da Vinci - Coverage Requirements Discovery
1.0.0 - STU 1

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR 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

: Encounter Insurance Search Parameter - JSON Representation

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "encounter-insurance",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>http://hl7.org/fhir/us/davinci-crd/SearchParameter/encounter-insurance</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: CRDEncounterInsurance</p><p><b>status</b>: draft</p><p><b>date</b>: 2018-08-14</p><p><b>publisher</b>: HL7 International - Financial Management Work Group</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/fm\">http://www.hl7.org/Special/committees/fm</a></p><p><b>description</b>: Defines an index that can be used to filter or sort Encounter resources and to enable the inclusion search for coverage information.</p><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>code</b>: insurance</p><p><b>base</b>: Encounter</p><p><b>type</b>: reference</p><p><b>expression</b>: Encounter.extension.where(url = 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance').extension.value.reference</p><p><b>xpath</b>: f:Encounter/f:extension[@url='http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance']/f:extension/f:valueReference/f:reference/@value</p><p><b>xpathUsage</b>: normal</p></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-crd/SearchParameter/encounter-insurance",
  "version" : "1.0.0",
  "name" : "CRDEncounterInsurance",
  "status" : "draft",
  "date" : "2018-08-14",
  "publisher" : "HL7 International - Financial Management Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "Defines an index that can be used to filter or sort Encounter resources and to enable the inclusion search for coverage information.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "insurance",
  "base" : [
    "Encounter"
  ],
  "type" : "reference",
  "expression" : "Encounter.extension.where(url = 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance').extension.value.reference",
  "xpath" : "f:Encounter/f:extension[@url='http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance']/f:extension/f:valueReference/f:reference/@value",
  "xpathUsage" : "normal"
}