Mobile Antepartum Summary
1.0.0 - trial-use
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
{
"resourceType" : "Coverage",
"id" : "ex-Coverage",
"text" : {
"status" : "generated",
"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\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-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\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --> (ongoing)))</a></p><p><b>payor</b>: <a href=\"Organization-ex-Coverage-Organization.html\">Organization Insurance 1</a></p></div>"
},
"identifier" : [
{
"system" : "http://benefitsinc.com/certificate",
"value" : "123456"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "EHCPOL"
}
]
},
"policyHolder" : {
🔗 "reference" : "Patient/ex-Patient-AmandaAlvarez"
},
"subscriberId" : "582938",
"beneficiary" : {
🔗 "reference" : "Patient/ex-Patient-AmandaAlvarez"
},
"payor" : [
{
🔗 "reference" : "Organization/ex-Coverage-Organization"
}
]
}