LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Payer Subscriber Relationship Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "payer-subscriber-relationship",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-subscriber-relationship</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">childother<a name=\"payer-subscriber-relationship-childother\"> </a></td><td>The beneficiary can only be identified as a child or other dependent of the Subscriber.</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-subscriber-relationship",
"version" : "8.0.0",
"name" : "PayerSubscriberRelationshipCodeSystem",
"title" : "Payer Subscriber Relationship Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Payer subscriber relationship value set for the relationship of the member to the contract holder",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 1,
"concept" : [
{
"code" : "childother",
"display" : "The beneficiary can only be identified as a child or other dependent of the Subscriber."
}
]
}