@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 -------------------------------------------------------------------

<https://haau3.com/fhir/Coverage/haau3-coverage-two-payors> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "haau3-coverage-two-payors"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-coverage" ;
       fhir:index 0 ;
       fhir:link <https://haau3.com/fhir/StructureDefinition/haau3-coverage>
     ] ;
     fhir:Meta.tag [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://haau3.com/fhir/CodeSystem/staging-transform-rule" ] ;
       fhir:Coding.code [ fhir:value "coverage.additional_payor_relocated" ] ;
       fhir:Coding.display [ fhir:value "An additional payer was moved onto the record" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage haau3-coverage-two-payors</b></p><a name=\"haau3-coverage-two-payors\"> </a><a name=\"hchaau3-coverage-two-payors\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haau3-coverage.html\">haau3 Coverage</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>haau3 Additional Payor</b>: Northgate Supplemental Benefits</p><p><b>identifier</b>: <code>https://haau3.com/fhir/NamingSystem/source-resource-id</code>/Coverage/example-source-record</p><p><b>status</b>: Active</p><p><b>subscriberId</b>: VM-88214</p><p><b>beneficiary</b>: <a href=\"Patient-haau3-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#example-haau3-patient (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.3.221.5 01}\">01</span></p><p><b>payor</b>: <a href=\"Organization-c4bb-commercial-organization.html\">Organization Commercial Insurance Company</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:\">plan</span></p><p><b>value</b>: Valley Choice PPO</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:\">group</span></p><p><b>value</b>: GRP-4471</p></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-additional-payor" ] ;
     fhir:Extension.valueReference [
       fhir:Reference.display [ fhir:value "Northgate Supplemental Benefits" ]
     ]
  ] ;
  fhir:Coverage.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://haau3.com/fhir/NamingSystem/source-resource-id" ] ;
     fhir:Identifier.value [ fhir:value "Coverage/example-source-record" ]
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.subscriberId [ fhir:value "VM-88214"] ;
  fhir:Coverage.beneficiary [
     fhir:link <https://haau3.com/fhir/Patient/haau3-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/haau3-patient" ]
  ] ;
  fhir:Coverage.relationship [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.3.221.5" ] ;
       fhir:Coding.code [ fhir:value "01" ]
     ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:link <https://haau3.com/fhir/Organization/c4bb-commercial-organization> ;
     fhir:Reference.reference [ fhir:value "Organization/c4bb-commercial-organization" ]
  ] ;
  fhir:Coverage.class [
     fhir:index 0 ;
     fhir:Coverage.class.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.code [ fhir:value "plan" ]
       ]
     ] ;
     fhir:Coverage.class.value [ fhir:value "Valley Choice PPO" ]
  ], [
     fhir:index 1 ;
     fhir:Coverage.class.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.code [ fhir:value "group" ]
       ]
     ] ;
     fhir:Coverage.class.value [ fhir:value "GRP-4471" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://haau3.com/fhir/Coverage/haau3-coverage-two-payors.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

