Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: SearchParameter-carin-bb-searchparameter-coverage-patient

Raw json

{
  "resourceType" : "SearchParameter",
  "id" : "carin-bb-searchparameter-coverage-patient",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-12-16T06:41:13.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SearchParameter: CARINBlueButton_Coverage_Patient_SearchParameter</h2><p><b> description</b> : Retrieve coverages for a patient\n         </p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "http://hl7.org/fhir/us/carin/SearchParameter/carin-bb-searchparameter-coverage-patient",
  "version" : "0.1.0",
  "name" : "CARINBlueButton_Coverage_Patient_SearchParameter",
  "derivedFrom" : "http://hl7.org/fhir/SearchParameter/Coverage-patient",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-12-01T09:48:45+00:00",
  "publisher" : "HL7 International & CARIN Alliance",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.carinalliance.com/about-us/contact-us"
        }
      ]
    }
  ],
  "description" : "Retrieve coverages for a patient",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "code" : "patient",
  "base" : [
    "Coverage"
  ],
  "type" : "reference",
  "expression" : "Coverage.beneficiary",
  "xpath" : "f:Coverage/f:beneficiary",
  "xpathUsage" : "normal",
  "target" : [
    "Patient"
  ]
}