FHIR IG analytics| Package | hl7.fhir.be.drp |
| Resource Type | ValueSet |
| Id | ValueSet-be-vs-request-intent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet be-vs-request-intent
http://hl7.org/fhir/request-intent version 📦4.0.1| Code | Display | Definition |
| order | Order | The request represents a request/demand and authorization for action by a Practitioner. |
| proposal | Proposal | The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act. |
{
"resourceType": "ValueSet",
"id": "be-vs-request-intent",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-request-intent",
"version": "1.0.0",
"name": "BeVSRequestIntent",
"title": "BeVSRequestIntent",
"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 - The allowed intent codes in the context of referral prescription",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-intent",
"concept": [
{
"code": "order"
},
{
"code": "proposal"
}
]
}
]
}
}