This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-RoleClassUnderwriter"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2>RoleClassUnderwriter</h2><div><p>A role played by a person or an organization. It is the party that</p>\n<ol>\n<li>accepts fiscal responsibility for insurance plans and the policies created under those plans;</li>\n<li>administers and accepts fiscal responsibility for a program that provides coverage for services to eligible individuals; and/or</li>\n<li>has the responsibility to assess the merits of each risk and decide a suitable premium for accepting all or part of the risk. If played by an organization, this role may be further specified by an appropriate RoleCode.</li>\n</ol>\n<p><em>Example:</em></p>\n<ol>\n<li>A health insurer;</li>\n<li>Medicaid Program;</li>\n<li>Lloyd's of London</li>\n</ol>\n</div><ul><li>Include codes from <a href=\"CodeSystem-v3-RoleClass.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleClass</code></a> where concept is-a <a href=\"CodeSystem-v3-RoleClass.html#v3-RoleClass-UNDWRT\">UNDWRT</a></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-RoleClassUnderwriter"]; 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.20179" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "RoleClassUnderwriter"]; fhir:ValueSet.title [ fhir:value "RoleClassUnderwriter"]; 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 "A role played by a person or an organization. It is the party that\r\n\r\n1. accepts fiscal responsibility for insurance plans and the policies created under those plans;\r\n2. administers and accepts fiscal responsibility for a program that provides coverage for services to eligible individuals; and/or\r\n3. has the responsibility to assess the merits of each risk and decide a suitable premium for accepting all or part of the risk. If played by an organization, this role may be further specified by an appropriate RoleCode.\r\n\r\n*Example:*\r\n\r\n1. A health insurer;\r\n2. Medicaid Program;\r\n3. Lloyd's of London"]; fhir:ValueSet.immutable [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleClass" ]; fhir:ValueSet.compose.include.filter [ fhir:index 0; fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "UNDWRT" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.