Skip to content

Encounter: Missing div in empty encounter and endless list of participants #48

@tecalto

Description

@tecalto

If the encounter in Elexis is empty the div-element is missing.

{
      "resourceType": "Encounter",
      "id": "49dfc494fe0c47ed82f68a3c6",
      "text": {
        "status": "generated"
=> MISSING DIV
      },
      "identifier": [ {
        "system": "www.elexis.info/consultationid",
        "value": "ha5473bc85406742e0615"
      } ],
      "status": "finished",
      "class": {
        "system": "2.16.840.1.113883.1.11.13955",
        "code": "AMB",
        "display": "ambulatory"
      },
      "type": [ {
        "coding": [ {
          "system": "www.elexis.info/encounter/type",
          "code": "text",
          "display": "Nicht strukturierte Konsultation"
        } ]
      } ],
      "subject": {
        "reference": "Patient/J8acd26d70543a76f01493"
      },
      "participant": [ {
        "individual": {
          "reference": "Practitioner/k7bf75e6e08eb71de0817"
        }
      }, {
        "individual": {
          "reference": "Practitioner/k7bf75e6e08eb71de0817"
        }
      }, {
        "individual": {
          "reference": "Practitioner/k7bf75e6e08eb71de0817"
        }
      }
=> ect. (30x)
     ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions