Mobile Antepartum Summary
1.0.0-comment - ballot International flag

This page is part of the Mobile Antepartum Summary (v1.0.0-comment: Publication Ballot 1) 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

: ex-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 -------------------------------------------------------------------

 a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-Coverage"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage </b><a name=\"ex-Coverage\"> </a><a name=\"hcex-Coverage\"> </a></p><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\">ResourceCoverage &quot;ex-Coverage&quot; </p></div><p><b>identifier</b>: <code>http://benefitsinc.com/certificate</code>/123456</p><p><b>status</b>: active</p><p><b>type</b>: extended healthcare <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#EHCPOL)</span></p><p><b>policyHolder</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Patient/ex-Patient-AmandaAlvarez</a> &quot; ALVAREZ&quot;</p><p><b>subscriberId</b>: 582938</p><p><b>beneficiary</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Patient/ex-Patient-AmandaAlvarez</a> &quot; ALVAREZ&quot;</p><p><b>payor</b>: <a href=\"Organization-ex-Coverage-Organization.html\">Organization/ex-Coverage-Organization</a> &quot;Insurance 1&quot;</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://benefitsinc.com/certificate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
  ] ) ; # 
  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 "EHCPOL" ]     ] )
  ] ; # 
  fhir:policyHolder [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "582938"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/ex-Coverage-Organization" ]
  ] ) . #