@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/ndh/InsurancePlan/AcmeQHPGold> a fhir:InsurancePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AcmeQHPGold"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: InsurancePlan AcmeQHPGold</b></p><a name=\"AcmeQHPGold\"> </a><a name=\"hcAcmeQHPGold\"> </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\">Last updated: 2020-07-07 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-InsurancePlan.html\">NDH InsurancePlan Profile</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-product-type qhp}\">Qualified Health Plan</span></p><p><b>name</b>: Acme of CT QHP Gold</p><p><b>ownedBy</b>: <a href=\"Organization-Acme.html\">Organization Acme of CT</a></p><p><b>administeredBy</b>: <a href=\"Organization-Acme.html\">Organization Acme of CT</a></p><p><b>coverageArea</b>: <a href=\"Location-StateOfCTLocation.html\">Location State of CT Area</a></p><p><b>endpoint</b>: <a href=\"Endpoint-AcmeOfCTPortalEndpoint.html\">Endpoint Endpoint for Acme of CT Portal</a></p><p><b>network</b>: </p><ul><li><a href=\"Organization-AcmeofCTStdNet.html\">Organization ACME CT Preferred Provider Network</a></li><li><a href=\"Organization-AcmeofCTPremNet.html\">Organization ACME CT Premium Preferred Provider Network</a></li></ul><h3>Plans</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/insuranceplan-plan-type gold}\">Gold-QHP</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/insurance-product-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/insurance-product-type>
       ] ;
       fhir:code [ fhir:v "qhp" ] ;
       fhir:display [ fhir:v "Qualified Health Plan" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Acme of CT QHP Gold"] ; # 
  fhir:ownedBy [
     fhir:l <http://hl7.org/fhir/us/ndh/Organization/Acme> ;
     fhir:reference [ fhir:v "Organization/Acme" ]
  ] ; # 
  fhir:administeredBy [
     fhir:l <http://hl7.org/fhir/us/ndh/Organization/Acme> ;
     fhir:reference [ fhir:v "Organization/Acme" ]
  ] ; # 
  fhir:coverageArea ( [
     fhir:l <http://hl7.org/fhir/us/ndh/Location/StateOfCTLocation> ;
     fhir:reference [ fhir:v "Location/StateOfCTLocation" ]
  ] ) ; # 
  fhir:endpoint ( [
     fhir:l <http://hl7.org/fhir/us/ndh/Endpoint/AcmeOfCTPortalEndpoint> ;
     fhir:reference [ fhir:v "Endpoint/AcmeOfCTPortalEndpoint" ]
  ] ) ; # 
  fhir:network ( [
     fhir:l <http://hl7.org/fhir/us/ndh/Organization/AcmeofCTStdNet> ;
     fhir:reference [ fhir:v "Organization/AcmeofCTStdNet" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/ndh/Organization/AcmeofCTPremNet> ;
     fhir:reference [ fhir:v "Organization/AcmeofCTPremNet" ]
  ] ) ; # 
  fhir:plan ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/insuranceplan-plan-type"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/insuranceplan-plan-type>
         ] ;
         fhir:code [ fhir:v "gold" ] ;
         fhir:display [ fhir:v "Gold-QHP" ]
       ] )
     ]
  ] ) . # 

<http://hl7.org/fhir/us/ndh/Organization/Acme> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Location/StateOfCTLocation> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Endpoint/AcmeOfCTPortalEndpoint> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Organization/AcmeofCTStdNet> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Organization/AcmeofCTPremNet> a fhir:Us .

# -------------------------------------------------------------------------------------

