| Package | hl7.fhir.be.pss |
| Resource Type | PlanDefinition |
| Id | GetRecommendations |
| FHIR Version | R4 |
| Source | https://www.ehealth.fgov.be/standards/fhir/pss/https://build.fhir.org/ig/hl7-be/pss/PlanDefinition-GetRecommendations.html |
| URL | http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetRecommendations |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-07-25T19:54:56+00:00 |
| Realm | be |
| Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Id: | GetRecommendations | |
|---|---|---|
| Url: | GetRecommendations | |
| Version: | 1.0.0 | |
|
urn:oid:2.16.840.1.113883.2.51.22.2.34.3 |
||
| Type: |
system: http://terminology.hl7.org/CodeSystem/plan-definition-type code: eca-rule |
|
| Date: | 2025-07-25 19:54:56+0000 | |
| Publisher: | eHealth Platform Belgium | |
| Jurisdiction: | BE | |
| Actions: |
|
{
"resourceType": "PlanDefinition",
"id": "GetRecommendations",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetRecommendations",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.2.51.22.2.34.3"
}
],
"version": "1.0.0",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
"code": "eca-rule"
}
]
},
"status": "active",
"date": "2025-07-25T19:54:56+00:00",
"publisher": "eHealth Platform Belgium",
"contact": [
{
"name": "eHealth Platform Belgium",
"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"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"action": [
{
"title": "Determine potential treatments given relevant patient information",
"description": "Given input data, including age, gender, symptoms, diagnoses, and possible orders, determine potential treatments",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process-cs",
"code": "guideline-based-care"
}
]
}
],
"input": [
{
"type": "Patient",
"mustSupport": [
"birthDate",
"gender"
]
},
{
"type": "Observation",
"mustSupport": [
"category",
"code",
"value"
],
"codeFilter": [
{
"path": "category",
"code": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
]
},
{
"type": "Condition",
"mustSupport": [
"category",
"code",
"clinicalStatus",
"verificationStatus",
"onset"
],
"codeFilter": [
{
"path": "category",
"code": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "encounter-diagnosis"
},
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "problem-list-item"
}
]
}
]
},
{
"type": "ServiceRequest",
"mustSupport": [
"category",
"code"
]
}
],
"output": [
{
"type": "ServiceRequest",
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseServiceRequest"
]
},
{
"type": "MedicationRequest",
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseMedicationRequest"
]
}
]
}
]
}