FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypeCoverage
IdCoverage-example-core-coverage-ivanov-oms-min.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Coverage",
  "id": "example-core-coverage-ivanov-oms-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/oms",
      "value": "1234567890123456"
    }
  ],
  "status": "active",
  "kind": "insurance",
  "type": {
    "coding": [
      {
        "system": "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-sources-of-payment",
        "code": "1",
        "display": "ОМС"
      }
    ]
  },
  "subscriber": {
    "reference": "Patient/example-core-patient-ivanov-min"
  },
  "beneficiary": {
    "reference": "Patient/example-core-patient-ivanov-min"
  },
  "class": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code": "group",
            "display": "Group"
          }
        ]
      },
      "value": {
        "system": "https://fhir.ru/ig/core/systems/oms",
        "value": "ОМС-001"
      },
      "name": "Обязательное медицинское страхование"
    }
  ]
}