This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR v3.5.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

This is a pre-release version (Ballot 1) of Coverage Requirements Discovery (CRD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions .

CRD SupplyRequest Insurance - JSON Representation

(back to narrative)

Raw json

{
  "resourceType" : "SearchParameter",
  "id" : "supplyrequest-insurance-r4",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>url</b>: <b>http://hl7.org/fhir/us/davinci-crd/SearchParameter/supplyrequest-insurance-r4</b></p><p><b>name</b>: CRDSupplyRequestInsurance</p><p><b>status</b>: DRAFT</p><p><b>date</b>: 14/08/2018</p><p><b>publisher</b>: HL7 Da Vinci Project</p><p><b>contact</b>: </p><p><b>description</b>: Returns supply requests that are covered by the specified insurance.</p><p><b>code</b>: insurance</p><p><b>base</b>: SupplyRequest</p><p><b>type</b>: REFERENCE</p><p><b>expression</b>: SupplyRequest.extension.where(url = 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance').extension.value.reference</p><p><b>xpath</b>: f:SupplyRequest/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/supplyrequest-insurance-r4",
  "name" : "CRDSupplyRequestInsurance",
  "status" : "draft",
  "date" : "2018-08-14",
  "publisher" : "HL7 Da Vinci Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://www.hl7.org/about/davinci"
        }
      ]
    }
  ],
  "description" : "Returns supply requests that are covered by the specified insurance.",
  "code" : "insurance",
  "base" : [
    "SupplyRequest"
  ],
  "type" : "reference",
  "expression" : "SupplyRequest.extension.where(url = 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance').extension.value.reference",
  "xpath" : "f:SupplyRequest/f:extension[@url='http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance']/f:extension/f:valueReference/f:reference/@value",
  "xpathUsage" : "normal"
}