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

FHIR IG Statistics: PlanDefinition/DailyAppleRecommendation

Packageexample.fhir.uv.mycontentig
Resource TypePlanDefinition
IdDailyAppleRecommendation
FHIR VersionR4
Sourcehttp://somewhere.org/fhir/uv/mycontentig/https://build.fhir.org/ig/cqframework/sample-content-ig/PlanDefinition-DailyAppleRecommendation.html
URLhttp://fhir.org/guides/cqf/cpg/example/PlanDefinition/DailyAppleRecommendation
Version0.4.9-cibuild
Statusdraft
Date2025-07-24T14:41:36+00:00
NameDailyAppleRecommendation
TitleDaily Apple Recommendation
Realmuv
Authorityhl7
DescriptionAn apple a day keeps the doctor away

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

Metadata
Title Daily Apple Recommendation
Version 0.4.9-cibuild
Status Draft
Jurisdiction Global (Whole world)
Steward (Publisher) HL7 International - [Some] Work Group
Description

An apple a day keeps the doctor away

PlanDefinition Action
Human-interpretable Description An apple a day keeps the doctor away
Condition Kind: Applicability
Definition Daily Apple Activity
PlanDefinition Logic
Primary Library http://fhir.org/guides/cqf/cpg/example/Library/DailyAppleLogic
Generated using version 0.4.9-cibuild of the sample-content-ig Liquid templates

Source

{
  "resourceType": "PlanDefinition",
  "id": "DailyAppleRecommendation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/cqf/cpg/example/PlanDefinition/DailyAppleRecommendation",
  "version": "0.4.9-cibuild",
  "name": "DailyAppleRecommendation",
  "title": "Daily Apple Recommendation",
  "status": "draft",
  "date": "2025-07-24T14:41:36+00:00",
  "publisher": "HL7 International - [Some] Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description": "An apple a day keeps the doctor away",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "library": [
    "http://fhir.org/guides/cqf/cpg/example/Library/DailyAppleLogic"
  ],
  "action": [
    {
      "textEquivalent": "An apple a day keeps the doctor away",
      "condition": [
        {
          "kind": "applicability",
          "expression": {
            "expression": "No Daily Apple Order"
          }
        }
      ],
      "definitionCanonical": "http://fhir.org/guides/cqf/cpg/example/ActivityDefinition/DailyAppleActivity"
    }
  ]
}