openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build
openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "JoeDoeCoverage",
"meta" : {
"profile" : [
"https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-coverage"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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\">Resource \"JoeDoeCoverage\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-coverage.html\">openIMIS Coverage</a></p></div><p><b>Date (Coverage)</b>: 2021-01-28</p><p><b>Date (Coverage)</b>: 2021-01-28</p><p><b>identifier</b>: UUID unique identifier: D30F70DF-D10B-43D4-BF31-5137C118AD84</p><p><b>status</b>: active</p><p><b>policyHolder</b>: <a href=\"Patient-jane-doe.html\">Patient/jane-doe</a> \" DOE\"</p><p><b>beneficiary</b>: <a href=\"joe-doe\">joe-doe</a></p><p><b>period</b>: 2021-07-01 --> 2022-06-30</p><p><b>payor</b>: <a href=\"Patient-jane-doe.html\">Patient/jane-doe</a> \" DOE\"</p><h3>Classes</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td>*</td><td>Plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#plan)</span></td><td>RX01</td><td>Regional fixed enrolment</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/coverage-date",
"valueDate" : "2021-01-28"
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/coverage-date",
"valueDate" : "2021-01-28"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
"code" : "UUID"
}
]
},
"value" : "D30F70DF-D10B-43D4-BF31-5137C118AD84"
}
],
"status" : "active",
"policyHolder" : {
"reference" : "Patient/jane-doe"
},
"beneficiary" : {
"reference" : "joe-doe"
},
"period" : {
"start" : "2021-07-01",
"end" : "2022-06-30"
},
"payor" : [
{
"reference" : "Patient/jane-doe"
}
],
"class" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
"code" : "plan",
"display" : "Plan"
}
]
},
"value" : "RX01",
"name" : "Regional fixed enrolment"
}
]
}