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

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSCoverage.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSCoverage.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCoverage
Version0.2.1
Statusdraft
Date2026-02-04T19:00:50+00:00
NameEHDSCoverage
TitleCoverage model
DescriptionEHDS refined base model for Coverage
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCoverage
Kindlogical

Resources that use this resource

StructureDefinition
EHDSLaboratoryReportLaboratory report model
EHDSServiceRequestService request model

Resources that this resource uses

StructureDefinition
EHDSOrganisationOrganisation model
EHDSPatientPatient model

Narrative

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

Generated Narrative: StructureDefinition EHDSCoverage

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSCoverage 0..*BaseCoverage model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierBusiness Identifier for the coverage
... type 0..1CodeableConceptType of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organisation.
Binding Description: (preferred): hl7:coverage-selfpay, hl7:v3-ActCoverageTypeCode
... patient 1..1EHDSPatientPatient who benefits from the insurance coverage when products and/or services are provided.
... payor 1..*BasePayor including both insurance and non-insurance agreements, such as patient-pay agreements.
.... payorEntity[x] 1..1Payor entity
..... payorEntityEHDSOrganisationEHDSOrganisation
..... payorEntityEHDSPatientEHDSPatient
.... subscriberId 0..1IdentifierNumber or code under which the insured person is registered at the insurance provider.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSCoverage",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCoverage",
  "version": "0.2.1",
  "name": "EHDSCoverage",
  "title": "Coverage model",
  "status": "draft",
  "date": "2026-02-04T19:00:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for Coverage",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCoverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSCoverage",
        "path": "EHDSCoverage",
        "short": "Coverage model",
        "definition": "EHDS refined base model for Coverage",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSCoverage.identifier",
        "path": "EHDSCoverage.identifier",
        "short": "Business Identifier for the coverage",
        "definition": "Business Identifier for the coverage",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSCoverage.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSCoverage.type",
        "path": "EHDSCoverage.type",
        "short": "Type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organisation.",
        "definition": "Type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organisation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCoverage.type",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7:coverage-selfpay, hl7:v3-ActCoverageTypeCode"
        }
      },
      {
        "id": "EHDSCoverage.patient",
        "path": "EHDSCoverage.patient",
        "short": "Patient who benefits from the insurance coverage when products and/or services are provided.",
        "definition": "Patient who benefits from the insurance coverage when products and/or services are provided.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSCoverage.patient",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSCoverage.payor",
        "path": "EHDSCoverage.payor",
        "short": "Payor including both insurance and non-insurance agreements, such as patient-pay agreements.",
        "definition": "Payor including both insurance and non-insurance agreements, such as patient-pay agreements.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "EHDSCoverage.payor",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSCoverage.payor.payorEntity[x]",
        "path": "EHDSCoverage.payor.payorEntity[x]",
        "short": "Payor entity",
        "definition": "Payor entity",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSCoverage.payor.payorEntity[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSCoverage.payor.subscriberId",
        "path": "EHDSCoverage.payor.subscriberId",
        "short": "Number or code under which the insured person is registered at the insurance provider.",
        "definition": "Number or code under which the insured person is registered at the insurance provider.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCoverage.payor.subscriberId",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSCoverage",
        "path": "EHDSCoverage",
        "short": "Coverage model",
        "definition": "EHDS refined base model for Coverage"
      },
      {
        "id": "EHDSCoverage.identifier",
        "path": "EHDSCoverage.identifier",
        "short": "Business Identifier for the coverage",
        "definition": "Business Identifier for the coverage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSCoverage.type",
        "path": "EHDSCoverage.type",
        "short": "Type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organisation.",
        "definition": "Type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organisation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7:coverage-selfpay, hl7:v3-ActCoverageTypeCode"
        }
      },
      {
        "id": "EHDSCoverage.patient",
        "path": "EHDSCoverage.patient",
        "short": "Patient who benefits from the insurance coverage when products and/or services are provided.",
        "definition": "Patient who benefits from the insurance coverage when products and/or services are provided.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSCoverage.payor",
        "path": "EHDSCoverage.payor",
        "short": "Payor including both insurance and non-insurance agreements, such as patient-pay agreements.",
        "definition": "Payor including both insurance and non-insurance agreements, such as patient-pay agreements.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSCoverage.payor.payorEntity[x]",
        "path": "EHDSCoverage.payor.payorEntity[x]",
        "short": "Payor entity",
        "definition": "Payor entity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSCoverage.payor.subscriberId",
        "path": "EHDSCoverage.payor.subscriberId",
        "short": "Number or code under which the insured person is registered at the insurance provider.",
        "definition": "Number or code under which the insured person is registered at the insurance provider.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  }
}