XealthIG
v1.46.0 - release

XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Coverage - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Coverage/123> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "123"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.xealth.io/StructureDefinition/xealth-coverage" ;
       fhir:index 0 ;
       fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-coverage>
     ]
  ] ;
  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 123</b></p><a name=\"123\"> </a><a name=\"hc123\"> </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-xealth-coverage.html\">Xealth Coverage</a></p></div><p><b>io/StructureDefinition/coverage-plan-type</b>: medicare advantage</p><p><b>identifier</b>: <code>https://fhir.xealth.io/ns/coverage/identifier/example-coverage-id</code>/123, <code>https://fhir.xealth.io/ns/coverage/identifier/example-insured-id</code>/test insured id number</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode MCPOL}\">managed care policy</span></p><p><b>subscriberId</b>: abc123def</p><p><b>beneficiary</b>: <a href=\"Patient/id\">Patient/id</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2021-01-01 --&gt; (ongoing)</p><p><b>payor</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">Group</span></p><p><b>value</b>: 1234567</p><p><b>name</b>: TEST 654321 ABC</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">Plan</span></p><p><b>value</b>: 98765</p><p><b>name</b>: TESTING ASDFGH 987</p></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://fhir.xealth.io/StructureDefinition/coverage-plan-type" ] ;
     fhir:Extension.valueString [ fhir:value "medicare advantage" ]
  ] ;
  fhir:Coverage.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.xealth.io/ns/coverage/identifier/example-coverage-id" ] ;
     fhir:Identifier.value [ fhir:value "123" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "https://fhir.xealth.io/ns/coverage/identifier/example-insured-id" ] ;
     fhir:Identifier.value [ fhir:value "test insured id number" ]
  ] ;
  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 "MCPOL" ] ;
       fhir:Coding.display [ fhir:value "managed care policy" ]
     ]
  ] ;
  fhir:Coverage.subscriberId [ fhir:value "abc123def"] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/id> ;
     fhir:Reference.reference [ fhir:value "Patient/id" ] ;
     fhir:Reference.type [ fhir:value "Patient" ]
  ] ;
  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:Coding.display [ fhir:value "Self" ]
     ]
  ] ;
  fhir:Coverage.period [
     fhir:Period.start [ fhir:value "2021-01-01"^^xsd:date ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganization" ]
  ] ;
  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:Coverage.class.value [ fhir:value "1234567" ] ;
     fhir:Coverage.class.name [ fhir:value "TEST 654321 ABC" ]
  ], [
     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:Coverage.class.value [ fhir:value "98765" ] ;
     fhir:Coverage.class.name [ fhir:value "TESTING ASDFGH 987" ]
  ] .

<http://hl7.org/fhir/Patient/id> a fhir:Patient .

<http://hl7.org/fhir/Organization/ExampleOrganization> a fhir:Organization .

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

<http://hl7.org/fhir/Coverage/123.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Coverage/123.ttl> .