FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: PlanDefinition/GetDiagnoses

Packagehl7.fhir.be.pss
Resource TypePlanDefinition
IdGetDiagnoses
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/pss/https://build.fhir.org/ig/hl7-be/pss/PlanDefinition-GetDiagnoses.html
URLhttp://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetDiagnoses
Version1.0.0
Statusactive
Date2025-07-25T19:54:56+00:00
Realmbe
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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:
Determine potential diagnoses given relevant patient information: Given input data, including age, gender, and symptoms, determine potential diagnoses

Source

{
  "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"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}