{
  "resourceType": "StructureDefinition",
  "id": "patientpayortype-profile",
  "url": "http://fhir.xt.dev/StructureDefinition/PatientPayorType",
  "version": "1.0.1",
  "name": "PatientPayorType",
  "status": "active",
  "date": "2024-03-04T22:45:12.2903264+00:00",
  "publisher": "x-tention Informationstechnologie GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir.profiling@x-tention.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Coarse grained information on the patient's type of insurance. Not enough for billing, just for estimating level of service.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Appointment"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Extensions Element for Payor Type",
        "definition": "Coarse grained information on the patient's type of insurance. Not enough for billing, just for estimating level of service."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.xt.dev/StructureDefinition/PatientPayorType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Payor Type",
        "definition": "Coarse grained information on the patient's type of insurance. Not enough for billing, just for estimating level of service.",
        "min": 1,
        "type": [
          {
            "code": "Coding"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.xt.dev/ValueSet/SimplifiedGermanPayorList"
        }
      },
      {
        "id": "Extension.value[x].system",
        "path": "Extension.value[x].system",
        "min": 1
      },
      {
        "id": "Extension.value[x].version",
        "path": "Extension.value[x].version",
        "max": "0"
      },
      {
        "id": "Extension.value[x].code",
        "path": "Extension.value[x].code",
        "min": 1
      },
      {
        "id": "Extension.value[x].userSelected",
        "path": "Extension.value[x].userSelected",
        "max": "0"
      }
    ]
  }
}