AU eRequesting Implementation Guide
0.3.0-ci-build - CI Build
AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mjosborne1/mjo-au-fhir-erequesting/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Coverage",
"id" : "coverage-concession",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-coverage"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage coverage-concession</b></p><a name=\"coverage-concession\"> </a><a name=\"hccoverage-concession\"> </a><a name=\"coverage-concession-en\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-erequesting-coverage.html\">AU eRequesting Coverage</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-selfpay payconc}\">Concession</span></p><p><b>beneficiary</b>: <a href=\"Patient-roberts-fred.html\">Fred Roberts Male, DoB: 1961-06-16 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2023-01-01 --> (ongoing)</p><p><b>payor</b>: Identifier: IHI/8003608500314661</p></div>"
},
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
"code" : "payconc",
"display" : "Concession"
}
]
},
"beneficiary" : {
🔗 "reference" : "Patient/roberts-fred"
},
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code" : "self"
}
],
"text" : "Self"
},
"period" : {
"start" : "2023-01-01"
},
"payor" : [
{
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI"
}
],
"text" : "IHI"
},
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608500314661"
}
}
]
}