Mobile Antepartum Summary, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.mAPS/ and changes regularly. 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 class=\"res-header-id\"><b>Generated Narrative: Coverage ex-Coverage</b></p><a name=\"ex-Coverage\"> </a><a name=\"hcex-Coverage\"> </a><a name=\"ex-Coverage-en-US\"> </a><p><b>identifier</b>: <code>http://benefitsinc.com/certificate</code>/123456</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode EHCPOL}\">extended healthcare</span></p><p><b>policyHolder</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>subscriberId</b>: 582938</p><p><b>beneficiary</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>payor</b>: <a href=\"Organization-ex-Coverage-Organization.html\">Organization Insurance 1</a></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" ]
] ) . #