{
  "resourceType": "StructureDefinition",
  "id": "assurancelevel-profile",
  "url": "http://fhir.xt.dev/StructureDefinition/AssuranceLevel",
  "version": "1.0.1",
  "name": "AssuranceLevel",
  "status": "active",
  "date": "2024-07-30T15:11:22.1335859+00:00",
  "publisher": "x-tention Informationstechnologie GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir.profiling@x-tention.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "How certain a client can be that a Person's attributes, like the birthdate, the address or the email address, are correct. See the referenced code system for the definitions of the different levels.",
  "copyright": "x-tention Informationstechnologie GmbH",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Person.telecom"
    },
    {
      "type": "element",
      "expression": "Person.address"
    },
    {
      "type": "element",
      "expression": "Person.birthDate"
    },
    {
      "type": "element",
      "expression": "Person.identifier"
    },
    {
      "type": "element",
      "expression": "Person.name"
    },
    {
      "type": "element",
      "expression": "Person.gender"
    },
    {
      "type": "element",
      "expression": "RelatedPerson.name"
    },
    {
      "type": "element",
      "expression": "RelatedPerson.telecom"
    },
    {
      "type": "element",
      "expression": "RelatedPerson.address"
    },
    {
      "type": "element",
      "expression": "RelatedPerson.birthDate"
    },
    {
      "type": "element",
      "expression": "RelatedPerson.gender"
    },
    {
      "type": "element",
      "expression": "RelatedPerson.identifier"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.xt.dev/StructureDefinition/AssuranceLevel"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Assurance Level coding",
        "min": 1,
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Assurance Levels",
          "valueSet": "http://fhir.xt.dev/ValueSet/AssuranceLevels"
        }
      }
    ]
  }
}