-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The status in narrative (text) FHIR 4.0.1 is missing in AllergyIntoleranz.
{
"resourceType": "Bundle",
"id": "a964eafd-eade-4e76-8271-37ef95106dfb",
"meta": {
"lastUpdated": "2025-08-10T18:44:18.978+02:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "http://<elexis-server>:8380/fhir/AllergyIntolerance?patient=J2acd06d70643a76f01493"
}
],
"entry": [
{
"fullUrl": "http://<elexis-server>:8380/fhir/AllergyIntolerance/t267bdf101804a7c6016604",
"resource": {
"resourceType": "AllergyIntolerance",
"id": "t267bdf101804a7c6016604",
"meta": {
"versionId": "1754841457268",
"lastUpdated": "2025-08-10T17:57:37.268+02:00"
},
"text": {
=> MISSING STATUS
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Huhn<br/>Hunde<br/>Katzen<br/>Kuh<br/>Ochse</div>"
},
"category": [
"environment"
],
"patient": {
"reference": "Patient/J2acd06d70643a76f01493"
}
}
}
]
}
Metadata
Metadata
Assignees
Labels
No labels