FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-hrex
Resource TypeParameters
IdParameters-member-match-out.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "member-match-out",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out"
    ]
  },
  "language": "en",
  "parameter": [
    {
      "name": "MemberIdentifier",
      "valueIdentifier": {
        "type": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
              "code": "UMB"
            }
          ]
        },
        "system": "http://example.org/target-payer/identifiers/member",
        "value": "55678",
        "assigner": {
          "display": "Old Payer"
        }
      }
    },
    {
      "name": "MemberId",
      "valueReference": {
        "reference": "http://example.org/new-payer/fhir/Patient/pat1"
      }
    }
  ]
}