Publication Build: This will be filled in by the publication tooling
@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:Coverage;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "CoverageDental1"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2021-01-01T14:22:01.0314215+00:00"^^xsd:dateTime ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage|2.0.0";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage|2.0.0> ]
];
fhir:Resource.language [ fhir:value "en-US"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: Coverage</b><a name=\"CoverageDental1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Coverage "CoverageDental1" Updated "2021-01-01 02:22:01+0000" (Language "en-US") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4BB-Coverage.html\">C4BB Coverage (version 2.0.0)</a></p></div><p><b>identifier</b>: Member Number: 210300002</p><p><b>status</b>: active</p><p><b>type</b>: dental care policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#DENTAL)</span></p><p><b>policyHolder</b>: <a href=\"Patient-Patient2.html\">Patient/Patient2</a> " TEST"</p><p><b>subscriber</b>: <a href=\"Patient-Patient2.html\">Patient/Patient2</a> " TEST"</p><p><b>subscriberId</b>: 10300007</p><p><b>beneficiary</b>: <a href=\"Patient-Patient2.html\">Patient/Patient2</a> " TEST"</p><p><b>dependent</b>: 01</p><p><b>relationship</b>: Self <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-subscriber-relationship.html\">SubscriberPolicyholder Relationship Codes</a>#self)</span></p><p><b>period</b>: 2021-01-01 --> 2021-12-31</p><p><b>payor</b>: <a href=\"Organization-DentalPayer1.html\">Organization/DentalPayer1</a> "INSURANCE COMPANY XYZ"</p><blockquote><p><b>class</b></p><p><b>type</b>: An employee group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#group)</span></p><p><b>value</b>: 10300007</p><p><b>name</b>: Transcorp - dental</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: Plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#plan)</span></p><p><b>value</b>: 66783JJT</p><p><b>name</b>: INSURANCE COMPANY XYZ - PRIME</p></blockquote><p><b>network</b>: INSURANCE COMPANY XYZ - PRIME</p></div>"
];
fhir:Coverage.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "MB" ] ] ];
fhir:Identifier.system [ fhir:value "https://www.xxxhealthplan.com/fhir/memberidentifier" ];
fhir:Identifier.value [ fhir:value "210300002" ]
];
fhir:Coverage.status [ fhir:value "active"];
fhir:Coverage.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "DENTAL" ] ];
fhir:CodeableConcept.text [ fhir:value "dental care policy" ]
];
fhir:Coverage.policyHolder [
fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
];
fhir:Coverage.subscriber [
fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
];
fhir:Coverage.subscriberId [ fhir:value "10300007"];
fhir:Coverage.beneficiary [
fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
];
fhir:Coverage.dependent [ fhir:value "01"];
fhir:Coverage.relationship [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/subscriber-relationship" ];
fhir:Coding.code [ fhir:value "self" ] ]
];
fhir:Coverage.period [
fhir:Period.start [ fhir:value "2021-01-01"^^xsd:date ];
fhir:Period.end [ fhir:value "2021-12-31"^^xsd:date ]
];
fhir:Coverage.payor [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/DentalPayer1" ]
];
fhir:Coverage.class [
fhir:index 0;
fhir:Coverage.class.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ];
fhir:Coding.code [ fhir:value "group" ] ];
fhir:CodeableConcept.text [ fhir:value "An employee group" ] ];
fhir:Coverage.class.value [ fhir:value "10300007" ];
fhir:Coverage.class.name [ fhir:value "Transcorp - dental" ]
], [
fhir:index 1;
fhir:Coverage.class.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ];
fhir:Coding.code [ fhir:value "plan" ] ];
fhir:CodeableConcept.text [ fhir:value "Plan" ] ];
fhir:Coverage.class.value [ fhir:value "66783JJT" ];
fhir:Coverage.class.name [ fhir:value "INSURANCE COMPANY XYZ - PRIME" ]
];
fhir:Coverage.network [ fhir:value "INSURANCE COMPANY XYZ - PRIME"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Financial Management Working Group. Package hl7.fhir.us.carin-bb#2.0.0 based on FHIR 4.0.1. Generated 2022-11-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
