Da Vinci Prior Authorization Support (PAS) FHIR IG
1.0.0 - STU 1

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Submit Claim Insurance Example - TTL Representation

Raw ttl | Download


@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 "InsuranceExample"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-coverage";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-coverage>     ]
  ];
  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><p><b>status</b>: active</p><p><b>beneficiary</b>: <a href=\"Patient-SubscriberExample.html\">Generated Summary: id: 12345678901; JOE SMITH ; gender: male</a></p><p><b>payor</b>: <a href=\"Organization-InsurerExample.html\">Generated Summary: id: 789312; active; <span title=\"Codes: {https://codesystem.x12.org/005010/98 PR}\">PR</span>; name: MARYLAND CAPITAL INSURANCE COMPANY</a></p></div>"
  ];
  fhir:Coverage.status [ fhir:value "active"];
  fhir:Coverage.beneficiary [
     fhir:Reference.reference [ fhir:value "Patient/SubscriberExample" ]
  ];
  fhir:Coverage.payor [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Organization/InsurerExample" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.