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

FHIR IG Statistics: PlanDefinition/ExampleSGHIPlanDefinition

Packagesilfhirprofileig
Resource TypePlanDefinition
IdExampleSGHIPlanDefinition
FHIR VersionR5
Sourcehttps://fhir.slade360.co.ke/fhir/https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/PlanDefinition-ExampleSGHIPlanDefinition.html
URLhttps://fhir.slade360.co.ke/fhir/PlanDefinition/ExampleSGHIPlanDefinition
Version0.1.0
Statusdraft
Date2025-03-25T09:00:00Z
NamePlanDefinition Name
TitlePlanDefinition Title

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: ExampleSGHIPlanDefinition
Url: PlanDefinition Title
Version: 0.1.0
Accession ID Identifier:

APT123456

Title: PlanDefinition Title
Status: draft
Date: 2025-03-25 09:00:00+0000
Publisher: Kathurima Kimathi
Use Context:
code value
MR
Actions:
Example action title:

Source

{
  "resourceType": "PlanDefinition",
  "id": "ExampleSGHIPlanDefinition",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-plandefinition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/PlanDefinition/ExampleSGHIPlanDefinition",
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "APT123456",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "version": "0.1.0",
  "name": "PlanDefinition Name",
  "title": "PlanDefinition Title",
  "status": "draft",
  "date": "2025-03-25T09:00:00Z",
  "publisher": "Kathurima Kimathi",
  "contact": [
    {
      "name": "Kathurima Kimathi",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system": "email",
          "value": "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name": "Oscar John",
      "telecom": [
        {
          "system": "email",
          "value": "oscarjohnotieno@gmail.com",
          "use": "work"
        }
      ]
    },
    {
      "name": "Kennedy Omondi",
      "telecom": [
        {
          "system": "email",
          "value": "kennankole@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "useContext": [
    {
      "code": {
        "code": "MR",
        "display": "Medical Record Number"
      },
      "valueReference": {
        "reference": "ExampleSGHIOrganization",
        "display": "Example value reference"
      }
    }
  ],
  "action": [
    {
      "title": "Example action title"
    }
  ]
}