This page is part of the Da Vinci Unsolicited Notifications (v1.0.0: STU1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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 "adt-notification-coverage-01"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>status</b>: active</p><p><b>type</b>: <span title=\"Codes: \">Blue Cross Blue Shield</span></p><p><b>subscriberId</b>: 12345</p><p><b>beneficiary</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b\">Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></p><p><b>payor</b>: <a href=\"Bundle-admit-notification-intermediate-transmit-bundle.html#urn-uuid-cc6ac93e-2bf4-11ea-a5f5-a4d18ccf5172\">Blue Cross Blue Shield. Generated Summary: type: message; timestamp: Aug 18, 2020 3:30:38 AM</a></p></div>"
];
fhir:Coverage.status [ fhir:value "active"];
fhir:Coverage.type [
fhir:CodeableConcept.text [ fhir:value "Blue Cross Blue Shield" ]
];
fhir:Coverage.subscriberId [ fhir:value "12345"];
fhir:Coverage.beneficiary [
fhir:Reference.reference [ fhir:value "urn:uuid:06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b" ]
];
fhir:Coverage.payor [
fhir:index 0;
fhir:Reference.reference [ fhir:value "urn:uuid:cc6ac93e-2bf4-11ea-a5f5-a4d18ccf5172" ];
fhir:Reference.display [ fhir:value "Blue Cross Blue Shield" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.