This page is part of the IHE ITI Finance and Insurance Services (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Use Case 1 - Example Insurance Plan - 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:InsurancePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-insuranceplan-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.InsurancePlan"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.InsurancePlan> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: InsurancePlan ex-insuranceplan-1</b></p><a name=\"ex-insuranceplan-1\"> </a><a name=\"hcex-insuranceplan-1\"> </a><a name=\"ex-insuranceplan-1-en-US\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-plan-type medical}\">Medical</span></p><p><b>name</b>: National Health Insurance Scheme</p><p><b>ownedBy</b>: <a href=\"Organization-ex-insurer-1.html\">Organization National Health Insurance Scheme</a></p><p><b>administeredBy</b>: <a href=\"Organization-ex-insurer-1.html\">Organization National Health Insurance Scheme</a></p><blockquote><p><b>coverage</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-plan-type medical}\">Medical</span></p><h3>Benefits</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-plan-type medical}\">Medical</span></td></tr></table></blockquote><h3>Plans</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Network</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-ex-network-1.html\">Organization National Health Hospital System</a></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/insurance-plan-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medical" ] ] )
] ) ; #
fhir:name [ fhir:v "National Health Insurance Scheme"] ; #
fhir:ownedBy [
fhir:reference [ fhir:v "Organization/ex-insurer-1" ]
] ; #
fhir:administeredBy [
fhir:reference [ fhir:v "Organization/ex-insurer-1" ]
] ; #
fhir:coverage ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/insurance-plan-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medical" ] ] ) ] ;
( fhir:benefit [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/insurance-plan-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medical" ] ] ) ] ] )
] ) ; #
fhir:plan ( [
( fhir:network [
fhir:reference [ fhir:v "Organization/ex-network-1" ] ] )
] ) . #