FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 2 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "subscriber-relationship"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">child<a name=\"subscriber-relationship-child\"> </a></td><td>Child</td><td>The Beneficiary is a child of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">parent<a name=\"subscriber-relationship-parent\"> </a></td><td>Parent</td><td>The Beneficiary is a parent of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">spouse<a name=\"subscriber-relationship-spouse\"> </a></td><td>Spouse</td><td>The Beneficiary is a spouse or equivalent of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">common<a name=\"subscriber-relationship-common\"> </a></td><td>Common Law Spouse</td><td>The Beneficiary is a common law spouse or equivalent of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"subscriber-relationship-other\"> </a></td><td>Other</td><td>The Beneficiary has some other relationship the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">self<a name=\"subscriber-relationship-self\"> </a></td><td>Self</td><td>The Beneficiary is the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">injured<a name=\"subscriber-relationship-injured\"> </a></td><td>Injured Party</td><td>The Beneficiary is covered under insurance of the subscriber due to an injury.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2 ]
] [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fm" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SubscriberRelationshipCodes"] ; #
fhir:title [ fhir:v "SubscriberPolicyholder Relationship Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-02-26T04:07:30+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Financial Management"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ] ] )
] ) ; #
fhir:description [ fhir:v "This value set includes codes for the relationship between the Subscriber and the Beneficiary (insured/covered party/patient)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This is an extensible set."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/subscriber-relationship|1.0.1"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/subscriber-relationship|1.0.1>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "child" ] ;
fhir:display [ fhir:v "Child" ] ;
fhir:definition [ fhir:v "The Beneficiary is a child of the Subscriber" ]
] [
fhir:code [ fhir:v "parent" ] ;
fhir:display [ fhir:v "Parent" ] ;
fhir:definition [ fhir:v "The Beneficiary is a parent of the Subscriber" ]
] [
fhir:code [ fhir:v "spouse" ] ;
fhir:display [ fhir:v "Spouse" ] ;
fhir:definition [ fhir:v "The Beneficiary is a spouse or equivalent of the Subscriber" ]
] [
fhir:code [ fhir:v "common" ] ;
fhir:display [ fhir:v "Common Law Spouse" ] ;
fhir:definition [ fhir:v "The Beneficiary is a common law spouse or equivalent of the Subscriber" ]
] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ] ;
fhir:definition [ fhir:v "The Beneficiary has some other relationship the Subscriber" ]
] [
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self" ] ;
fhir:definition [ fhir:v "The Beneficiary is the Subscriber" ]
] [
fhir:code [ fhir:v "injured" ] ;
fhir:display [ fhir:v "Injured Party" ] ;
fhir:definition [ fhir:v "The Beneficiary is covered under insurance of the subscriber due to an injury." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History