FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/cyehr-ext-insurance

Packageehealth4u.package
Resource TypeStructureDefinition
Idcyehr-ext-insurance
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-insurance
URLhttp://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-insurance
Statusdraft
Date2022-04-14
NameCYEHREXTInsurance
TitleCyprus EHR Extension: Insurance
DescriptionExtension on the patient's insurance information
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
cyehr-sd-patientCyprus EHR Patient profile

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "cyehr-ext-insurance",
  "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-insurance",
  "name": "CYEHREXTInsurance",
  "title": "Cyprus EHR Extension: Insurance",
  "status": "draft",
  "date": "2022-04-14",
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)",
      "telecom": [
        {
          "system": "email",
          "value": "ehealthl@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Extension on the patient's insurance information",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Optional Extension Element regarding the patient's information."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 2
      },
      {
        "id": "Extension.extension:insuranceOrganizationName",
        "path": "Extension.extension",
        "sliceName": "insuranceOrganizationName",
        "short": "The organization issuing the insurance plan",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:insuranceOrganizationName.url",
        "path": "Extension.extension.url",
        "fixedUri": "insuranceOrganizationName"
      },
      {
        "id": "Extension.extension:insuranceOrganizationName.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.extension:insurancePlanIdentifier",
        "path": "Extension.extension",
        "sliceName": "insurancePlanIdentifier",
        "short": "A unique identifier string for an insurance plan",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:insurancePlanIdentifier.url",
        "path": "Extension.extension.url",
        "fixedUri": "insurancePlanIdentifier"
      },
      {
        "id": "Extension.extension:insurancePlanIdentifier.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-insurance"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "canonical"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "url"
          },
          {
            "code": "uuid"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "ContactDetail"
          },
          {
            "code": "Contributor"
          },
          {
            "code": "DataRequirement"
          },
          {
            "code": "Expression"
          },
          {
            "code": "ParameterDefinition"
          },
          {
            "code": "RelatedArtifact"
          },
          {
            "code": "TriggerDefinition"
          },
          {
            "code": "UsageContext"
          },
          {
            "code": "Dosage"
          }
        ]
      }
    ]
  }
}