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

FHIR IG analytics

Packagede.gematik.isik-basismodul-stufe1
Resource TypeCoverage
IdCoverage-coveragePrivat.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Coverage",
  "id": "coveragePrivat",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/ISiK/StructureDefinition/ISiKVersicherungsverhaeltnisSelbstzahler"
    ]
  },
  "type": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/versicherungsart-de-basis",
        "code": "SEL"
      }
    ]
  },
  "status": "active",
  "beneficiary": {
    "reference": "Patient/patient"
  },
  "payor": [
    {
      "reference": "Patient/patient"
    }
  ]
}