FHIR IG analytics| Package | hl7.fhir.be.drp |
| Resource Type | CodeSystem |
| Id | CodeSystem-be-prescription-status-reason.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem be-prescription-status-reason
This case-insensitive code system https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-prescription-status-reason defines the following codes:
| Code | Display |
| cancelingReason | Canceling reason |
| expired | Expired |
{
"resourceType": "CodeSystem",
"id": "be-prescription-status-reason",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-prescription-status-reason",
"version": "1.0.0",
"name": "BePrescriptionStatusReason",
"title": "BePrescriptionStatusReason",
"status": "active",
"experimental": false,
"date": "2025-12-02T09:15:42+00:00",
"publisher": "eHealth Platform",
"contact": [
{
"name": "eHealth Platform",
"telecom": [
{
"system": "url",
"value": "https://www.ehealth.fgov.be/standards/fhir"
},
{
"system": "email",
"value": "support@be-ehealth-standards.atlassian.net"
}
]
},
{
"name": "Message Structure eHealth",
"telecom": [
{
"system": "email",
"value": "support@be-ehealth-standards.atlassian.net",
"use": "work"
}
]
}
],
"description": "DEMONSTRATIVE EXAMPLE - Status reason for the prescription. Initially defined as supporting CodeSystem for the referral prescription.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 2,
"concept": [
{
"code": "cancelingReason",
"display": "Canceling reason"
},
{
"code": "expired",
"display": "Expired"
}
]
}