XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "123"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.xealth.io/StructureDefinition/xealth-coverage"^^xsd:anyURI ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-coverage>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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><a name=\"123-en-US\"> </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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.xealth.io/StructureDefinition/coverage-plan-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "medicare advantage"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.xealth.io/ns/coverage/identifier/example-coverage-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
  ] [
fhir:system [ fhir:v "https://fhir.xealth.io/ns/coverage/identifier/example-insured-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "test insured id number" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MCPOL" ] ;
fhir:display [ fhir:v "managed care policy" ]     ] )
  ] ; # 
  fhir:subscriberId [ fhir:v "abc123def"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/id" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
  ] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self" ]     ] )
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-01-01"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/ExampleOrganization" ]
  ] ) ; # 
  fhir:class ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "group" ]       ] )     ] ;
fhir:value [ fhir:v "1234567" ] ;
fhir:name [ fhir:v "TEST 654321 ABC" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ]       ] )     ] ;
fhir:value [ fhir:v "98765" ] ;
fhir:name [ fhir:v "TESTING ASDFGH 987" ]
  ] ) . #