Package | hl7.fhir.be.pss |
Resource Type | PlanDefinition |
Id | GetDiagnoses |
FHIR Version | R4 |
Source | https://www.ehealth.fgov.be/standards/fhir/pss/https://build.fhir.org/ig/hl7-be/pss/PlanDefinition-GetDiagnoses.html |
URL | http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetDiagnoses |
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: | GetDiagnoses | |
---|---|---|
Url: | GetDiagnoses | |
Version: | 1.0.0 | |
urn:oid:2.16.840.1.113883.2.51.22.2.34.2 |
||
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": "GetDiagnoses", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetDiagnoses", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.2.51.22.2.34.2" } ], "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 diagnoses given relevant patient information", "description": "Given input data, including age, gender, and symptoms, determine potential diagnoses", "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" } ] } ] } ], "output": [ { "type": "Task" }, { "type": "Condition", "profile": [ "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-condition" ], "codeFilter": [ { "path": "category", "code": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-category", "code": "problem-list-item" } ] } ] } ] } ] }