@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-policyHolderRole"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
Placeholder
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/v3-policyHolderRole"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.1.0" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ; fhir:value [ fhir:v "Policy Holder Role" ] ] ) ; # fhir:name [ fhir:v "PolicyHolderRole"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "codesystem"] ; # fhir:date [ fhir:v "2019-03-20T00:00:00-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7"] ; # fhir:responsible [ fhir:v "HL7"] ; # fhir:description [ fhir:v "This vocabulary is defined by Implementation Guide for CDA Release 2 - Level 1 - Care Record Summary (US realm).\r\n\r\nIt describes roles recognized through the issuance of an insurance policy to a policyholder who a relationship with the covered party, such as spouse, child, etc. This vocabulary is essentially an inversion of the role relations of the HL7 CoverageRoleType vocabulary. It provides more detailed roles with respect to the underwriter (the scoping organization) for those participants in the policyholder role for a patient.\r\n\r\n*Open Issue:* \r\n\r\nThe code values for this coding system must be extracted from the CDA documentation and brought forward through Harmonization for instantiation in this repository."] ; # fhir:uniqueId ( [ fhir:type [ fhir:v "oid" ] ; fhir:value [ fhir:v "2.16.840.1.113883.5.1128" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-policyHolderRole" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # # -------------------------------------------------------------------------------------