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

FHIR IG analytics

Packageca.on.oh.setp.iar.dev
Resource TypeStructureDefinition
IdStructureDefinition-profile-iar-coverage.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-coverage
URLhttp://ontariohealth.ca/fhir/iar/StructureDefinition/profile-coverage
Statusactive
NameCoverageIAR
TitleCoverage IAR
Realmca
Authorityhl7
DescriptionA contained resource within the Encounter that records the patient’s type of insurance, specifying who pays for the services, identifying the beneficiary, and the period of coverage.
TypeCoverage
Kindresource

Resources that use this resource

StructureDefinition
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devprofile-accountAccount IAR
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devprofile-encounterEncounter IAR

Resources that this resource uses

StructureDefinition
ca.on.ehr.r4#1.0.0-snapshot21CodeableConcept-oh-ehrCodeableConcept EHR
ca.on.ehr.r4#1.0.0-snapshot21profile-organizationOrganization EHR
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devprofile-patientPatient IAR
ValueSet
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devirrs-coverage-typeirrs-coverage-type

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-coverage",
  "name": "CoverageIAR",
  "title": "Coverage IAR",
  "status": "active",
  "description": "A contained resource within the Encounter that records the patient’s type of insurance, specifying who pays for the services, identifying the beneficiary, and the period of coverage.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage.id",
        "path": "Coverage.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.identifier",
        "path": "Coverage.identifier",
        "mustSupport": false
      },
      {
        "id": "Coverage.identifier.system",
        "path": "Coverage.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Coverage.identifier.value",
        "path": "Coverage.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Coverage.status",
        "path": "Coverage.status",
        "mustSupport": true
      },
      {
        "id": "Coverage.type",
        "path": "Coverage.type",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://cihi.ca/fhir/irrs/ValueSet/irrs-coverage-type"
        }
      },
      {
        "id": "Coverage.type.coding.display.extension:translation",
        "path": "Coverage.type.coding.display.extension",
        "sliceName": "translation"
      },
      {
        "id": "Coverage.type.coding.display.extension:translation.extension",
        "path": "Coverage.type.coding.display.extension.extension",
        "min": 2
      },
      {
        "id": "Coverage.beneficiary",
        "path": "Coverage.beneficiary",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.beneficiary.reference",
        "path": "Coverage.beneficiary.reference",
        "mustSupport": true
      },
      {
        "id": "Coverage.period",
        "path": "Coverage.period",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.period.start",
        "path": "Coverage.period.start",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.period.end",
        "path": "Coverage.period.end",
        "mustSupport": true
      },
      {
        "id": "Coverage.payor",
        "path": "Coverage.payor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.payor.identifier",
        "path": "Coverage.payor.identifier",
        "mustSupport": true
      },
      {
        "id": "Coverage.payor.identifier.system",
        "path": "Coverage.payor.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.payor.identifier.value",
        "path": "Coverage.payor.identifier.value",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}