Da Vinci Health Record Exchange (HRex)
1.1.0-preview - STU R1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions

: $member-match payer example request - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "member-match-in",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-in"
    ]
  },
  "parameter" : [
    {
      "name" : "MemberPatient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "1",
        "name" : [
          {
            "use" : "official",
            "family" : "Person",
            "given" : [
              "Patricia",
              "Ann"
            ]
          }
        ],
        "gender" : "female",
        "birthDate" : "1974-12-25"
      }
    },
    {
      "name" : "CoverageToMatch",
      "resource" : {
        "resourceType" : "Coverage",
        "id" : "9876B1",
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "MB"
                }
              ]
            },
            "system" : "http://example.org/old-payer",
            "value" : "DH10001235"
          }
        ],
        "status" : "draft",
        "beneficiary" : {
          "reference" : "Patient/1"
        },
        "relationship" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
              "code" : "unknown"
            }
          ]
        },
        "period" : {
          "start" : "2011-05-23",
          "end" : "2012-05-23"
        },
        "payor" : [
          {
            "identifier" : {
              "system" : "http://hl7.org/fhir/sid/us-npi",
              "value" : "9876543210"
            },
            "display" : "Old Health Plan"
          }
        ],
        "class" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
                  "code" : "group"
                }
              ]
            },
            "value" : "CB135"
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
                  "code" : "plan"
                }
              ]
            },
            "value" : "B37FC"
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
                  "code" : "subplan"
                }
              ]
            },
            "value" : "P7"
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
                  "code" : "class"
                }
              ]
            },
            "value" : "SILVER"
          }
        ]
      }
    },
    {
      "name" : "CoverageToLink",
      "resource" : {
        "resourceType" : "Coverage",
        "id" : "AA87654",
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "MB"
                }
              ]
            },
            "system" : "http://example.org/new-payer/identifiers/coverage",
            "value" : "234567"
          }
        ],
        "status" : "active",
        "beneficiary" : {
          "reference" : "https://hl7.org/fhir/us/core/STU6.1/Patient/example"
        },
        "relationship" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
              "code" : "unknown"
            }
          ]
        },
        "payor" : [
          {
            "identifier" : {
              "system" : "http://hl7.org/fhir/sid/us-npi",
              "value" : "0123456789"
            },
            "display" : "New Health Plan"
          }
        ]
      }
    },
    {
      "name" : "Consent",
      "resource" : {
        "resourceType" : "Consent",
        "status" : "active",
        "scope" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
              "code" : "patient-privacy"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                "code" : "IDSCL"
              }
            ]
          }
        ],
        "patient" : {
          "reference" : "http://hl7.org/fhir/us/core/STU6.1/Patient/example"
        },
        "performer" : [
          {
            "reference" : "http://hl7.org/fhir/us/core/STU6.1/Patient/example"
          }
        ],
        "sourceReference" : {
          "reference" : "http://example.org/DocumentReference/someconsent"
        },
        "policy" : [
          {
            "uri" : "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition-hrex-consent.html#regular"
          }
        ],
        "provision" : {
          "type" : "permit",
          "period" : {
            "start" : "2022-01-01",
            "end" : "2022-01-31"
          },
          "actor" : [
            {
              "role" : {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                    "code" : "performer"
                  }
                ]
              },
              "reference" : {
                "identifier" : {
                  "system" : "http://hl7.org/fhir/sid/us-npi",
                  "value" : "9876543210"
                },
                "display" : "Old Health Plan"
              }
            },
            {
              "role" : {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                    "code" : "IRCP"
                  }
                ]
              },
              "reference" : {
                "identifier" : {
                  "system" : "http://hl7.org/fhir/sid/us-npi",
                  "value" : "0123456789"
                },
                "display" : "New Health Plan"
              }
            }
          ],
          "action" : [
            {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
                  "code" : "disclose"
                }
              ]
            }
          ]
        }
      }
    }
  ]
}