EMA Core Implementation Guide
0.1.0 - ci-build Chile flag

EMA Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Cobertura - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "EjemploEmaCoverage",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Cobertura EjemploEmaCoverage</b></p><a name=\"EjemploEmaCoverage\"> </a><a name=\"hcEjemploEmaCoverage\"> </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-ema-coverage.html\">EMA Coverage</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://emahealth.io/fhir/core/CodeSystem/cs-coverage-tipo fonasa}\">Fonasa</span></p><p><b>subscriber</b>: <a href=\"Patient-EjemploEmaPatient.html\">María Fernández (official) Female, DoB: 1968-03-15 ( RUN\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>beneficiary</b>: <a href=\"Patient-EjemploEmaPatient.html\">María Fernández (official) Female, DoB: 1968-03-15 ( RUN\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>payor</b>: <a href=\"Organization-EjemploEmaOrganization.html\">Organization Centro Médico EMA</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class class}\">Class</span></td><td>B</td><td>Tramo B</td></tr></table></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "https://emahealth.io/fhir/core/CodeSystem/cs-coverage-tipo",
        "code" : "fonasa",
        "display" : "Fonasa"
      }
    ]
  },
  "subscriber" : {
    🔗 "reference" : "Patient/EjemploEmaPatient"
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/EjemploEmaPatient"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/EjemploEmaOrganization"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "class"
          }
        ]
      },
      "value" : "B",
      "name" : "Tramo B"
    }
  ]
}