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

FHIR IG Statistics: PlanDefinition/CCG-patient-plans-example

Packageihe.qrph.ccg
Resource TypePlanDefinition
IdCCG-patient-plans-example
FHIR VersionR4
Sourcehttps://profiles.ihe.net/QRPH/CCG/https://build.fhir.org/ig/IHE/QRPH.CCG/PlanDefinition-CCG-patient-plans-example.html
URLhttp://example.org/fhir/PlanDefinition/CCG-patient-plans-example
Version1.0.0-current
Statusactive
Date2025-07-14T16:27:10+00:00
Realmuv
Authorityihe

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

Generated Narrative: PlanDefinition CCG-patient-plans-example

url: PlanDefinition: url = http://example.org/fhir/PlanDefinition/CCG-patient-plans-example; version = 1.0.0-current; type = Clinical Protocol; status = active; date = 2025-07-14 16:27:10+0000; publisher = IHE QRPH Technical Committee; contact = null (https://www.ihe.net/ihe_domains/quality_research_and_public_health/),null (qrph@ihe.net),IHE QRPH Technical Committee (qrph@ihe.net); jurisdiction = Global (Whole world); copyright =

version: 1.0.0-current

type: Clinical Protocol

status: Active

date: 2025-07-14 16:27:10+0000

publisher: IHE QRPH Technical Committee

contact: https://www.ihe.net/ihe_domains/quality_research_and_public_health/, qrph@ihe.net, IHE QRPH Technical Committee: qrph@ihe.net

jurisdiction: Global (Whole world)

action

definition: CCG Folder example 1 - e.g. Diabetes

action

definition: CCG Folder example 2 - e.g. Hypertension


Source

{
  "resourceType": "PlanDefinition",
  "id": "CCG-patient-plans-example",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-patient-plans"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/fhir/PlanDefinition/CCG-patient-plans-example",
  "version": "1.0.0-current",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code": "clinical-protocol"
      }
    ]
  },
  "status": "active",
  "date": "2025-07-14T16:27:10+00:00",
  "publisher": "IHE QRPH Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/quality_research_and_public_health/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    },
    {
      "name": "IHE QRPH Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "action": [
    {
      "definitionCanonical": "https://example.org/fhir/PlanDefinition/ccg-folder-Diabetes"
    },
    {
      "definitionCanonical": "https://example.org/fhir/PlanDefinition/ccg-folder-Hypertension"
    }
  ]
}