Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions

: Specialty Rx Coverage 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "specialty-rx-coverage-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"specialty-rx-coverage-1\"> </a></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 Coverage &quot;specialty-rx-coverage-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-coverage.html\">Specialty Rx Coverage</a></p></div><p><b>status</b>: active</p><p><b>beneficiary</b>: <a href=\"Patient-specialty-rx-patient-1.html\">Patient/specialty-rx-patient-1</a> &quot; DOE&quot;</p><p><b>payor</b>: <span/></p><blockquote><p><b>class</b></p><p><b>type</b>: RX BIN <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#rxbin)</span></p><p><b>value</b>: BIN001</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: RX PCN <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#rxpcn)</span></p><p><b>value</b>: PCN002</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: RX Group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#rxgroup)</span></p><p><b>value</b>: GROUP0001</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: RX Id <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#rxid)</span></p><p><b>value</b>: MEMBER000001</p></blockquote></div>"
  },
  "status" : "active",
  "beneficiary" : {
    "reference" : "Patient/specialty-rx-patient-1"
  },
  "payor" : [
    {
      "identifier" : {
        "value" : "Pharmacy Plans US"
      }
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "rxbin"
          }
        ]
      },
      "value" : "BIN001"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "rxpcn"
          }
        ]
      },
      "value" : "PCN002"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "rxgroup"
          }
        ]
      },
      "value" : "GROUP0001"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "rxid"
          }
        ]
      },
      "value" : "MEMBER000001"
    }
  ]
}