FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicaidCoverage - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "MedicaidCoverage",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/NJSAMSCoverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage MedicaidCoverage</b></p><a name=\"MedicaidCoverage\"> </a><a name=\"hcMedicaidCoverage\"> </a><a name=\"MedicaidCoverage-en-US\"> </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-NJSAMSCoverage.html\">NJSAMSCoverage</a></p></div><p><b>identifier</b>: <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/sbi</code>/12345, <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CSCInitiativeID</code>/abcd789</p><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-PatientComplete.html\">William Smith  Other, DoB: 2000-06-11 ( http://hl7.org/fhir/sid/us-ssn#United States Social Security Number#00-00-0000)</a></p><p><b>payor</b>: <a href=\"Organization-PayorPrimary.html\">Organization Medicaid</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/sbi",
      "value" : "12345"
    },
    {
      "system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CSCInitiativeID",
      "value" : "abcd789"
    }
  ],
  "status" : "active",
  "beneficiary" : {
    🔗 "reference" : "Patient/PatientComplete"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/PayorPrimary"
    }
  ]
}