@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-xPayeeRelationshipRoleType"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

x_PayeeRelationshipRoleType

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.

\n
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleCode
    CodeDisplay
    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.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-xPayeeRelationshipRoleType"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.18105" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "XPayeeRelationshipRoleType"]; fhir:ValueSet.title [ fhir:value "x_PayeeRelationshipRoleType"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "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."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "FM" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "GT" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "PH" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "PT" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------