TRxHub IG
0.1.0 - ci-build

TRxHub IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TRxHub Coverage Example Self-Pay - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "TRxHubCoverageExampleSelfPay",
  "meta" : {
    "profile" : [
      🔗 "https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage TRxHubCoverageExampleSelfPay</b></p><a name=\"TRxHubCoverageExampleSelfPay\"> </a><a name=\"hcTRxHubCoverageExampleSelfPay\"> </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-trxhub-coverage.html\">TRxHub Coverage</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-coverage-type self-pay}\">Self Pay</span></p><p><b>beneficiary</b>: <a href=\"Patient-TRxHubPatientExample.html\">Max Muster (official) Male, DoB: 1985-06-15 ( https://example.external-system.ch/patient-id#123456789)</a></p><p><b>payor</b>: <a href=\"Patient-TRxHubPatientExample.html\">Max Muster (official) Male, DoB: 1985-06-15 ( https://example.external-system.ch/patient-id#123456789)</a></p></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-coverage-type",
        "code" : "self-pay"
      }
    ]
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/TRxHubPatientExample"
  },
  "payor" : [
    {
      🔗 "extension" : [
        {
          "url" : "https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-coverage-payor-role-extension",
          "valueCoding" : {
            "system" : "https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-coverage-payor-role",
            "code" : "self-pay"
          }
        }
      ],
      "reference" : "Patient/TRxHubPatientExample"
    }
  ]
}