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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeValueSet
IdValueSet-v3-xPayeeRelationshipRoleType.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet v3-xPayeeRelationshipRoleType

Language: en

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleCode version 📦4.0.0
    CodeDisplayDefinition
    FMFamily MemberA member of the covered party's family. This could be the spouse, a parent, a grand parent, a sibling, etc.
    GTGuarantorAn individual or organization that makes or gives a promise, assurance, pledge to pay or has paid the healthcare service provider.
    PHPolicy HolderPolicy holder for the insurance policy.
    PTPatientThe recipient for the service(s) and/or product(s) when they are not the covered party.

Source1

{
  "resourceType": "ValueSet",
  "id": "v3-xPayeeRelationshipRoleType",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/v3-xPayeeRelationshipRoleType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.18105"
    }
  ],
  "version": "3.0.0",
  "name": "XPayeeRelationshipRoleType",
  "title": "x_PayeeRelationshipRoleType",
  "status": "active",
  "experimental": false,
  "date": "2014-03-26",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "The specification of the relationship to the covered party of the payee in the case when an insurer is not directly paying the healthcare provider (as payee) but reimbursing the party that did pay them.",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "concept": [
          {
            "code": "FM"
          },
          {
            "code": "GT"
          },
          {
            "code": "PH"
          },
          {
            "code": "PT"
          }
        ]
      }
    ]
  }
}