HL7 Europe Base and Core FHIR IG
0.0.1-ci - ci-build 150

HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base/ and changes regularly. See the Directory of published versions

: EhicExampleIt - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "EhicExampleIt",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/Coverage-eu-ehic"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage EhicExampleIt</b></p><a name=\"EhicExampleIt\"> </a><a name=\"hcEhicExampleIt\"> </a><a name=\"EhicExampleIt-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/ehic</code>/80380000900090510553</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.eu/CodeSystem/v3-ActCode EHIC}\">European Health Insurance Card</span></p><p><b>beneficiary</b>: <a href=\"#hcEhicExampleIt/PatientEhicInline\">Mario Rossi  (no stated gender), DoB: 1970-01-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA70A01F205V)</a></p><p><b>period</b>: ?? --&gt; 2022-01-19</p><p><b>payor</b>: SSN-MIN SALUTE - 500001</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #PatientEhicInline</b></p><a name=\"EhicExampleIt/PatientEhicInline\"> </a><a name=\"hcEhicExampleIt/PatientEhicInline\"> </a><a name=\"EhicExampleIt/PatientEhicInline-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mario Rossi  (no stated gender), DoB: 1970-01-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA70A01F205V)</p><hr/></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Patient",
      "id" : "PatientEhicInline",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.eu/fhir/base/StructureDefinition/Patient-eu-ehic"
        ]
      },
      "identifier" : [
        {
          "system" : "http://hl7.it/sid/codiceFiscale",
          "value" : "RSSMRA70A01F205V"
        }
      ],
      "name" : [
        {
          "family" : "Rossi",
          "given" : [
            "Mario"
          ]
        }
      ],
      "birthDate" : "1970-01-01"
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/ehic",
      "value" : "80380000900090510553"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.eu/CodeSystem/v3-ActCode",
        "code" : "EHIC",
        "display" : "European Health Insurance Card"
      }
    ]
  },
  "beneficiary" : {
    "reference" : "#PatientEhicInline"
  },
  "period" : {
    "end" : "2022-01-19"
  },
  "payor" : [
    {
      "display" : "SSN-MIN SALUTE - 500001"
    }
  ]
}