FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageke.fhir.patient-summary
Resource TypeComposition
IdComposition-CompositionKPS.json
FHIR VersionR4

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: Composition CompositionKPS

Profiles: Composition Profile - KPS, https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-composition|0.1.0

status: Final

type: Patient summary Document

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2026-05-20 08:00:00+0300 --> 2026-05-20 08:30:00+0300

date: 2026-05-20 09:15:00+0300

author: Practitioner Anne Njoroge

title: Patient Summary for Amina Mohamed

custodian: Organization Kenyatta National Hospital


Source1

{
  "resourceType": "Composition",
  "id": "CompositionKPS",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-composition",
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-composition|0.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "60591-5",
        "display": "Patient summary Document"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientKPS"
  },
  "encounter": {
    "reference": "Encounter/EncounterKPS"
  },
  "date": "2026-05-20T09:15:00+03:00",
  "author": [
    {
      "reference": "Practitioner/PractitionerKPS"
    }
  ],
  "title": "Patient Summary for Amina Mohamed",
  "custodian": {
    "reference": "Organization/OrganizationKPS"
  },
  "section": [
    {
      "title": "Problems",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11450-4",
            "display": "Problem list"
          }
        ]
      },
      "entry": [
        {
          "reference": "Condition/example-bipolar-condition"
        }
      ]
    },
    {
      "title": "Allergies and Intolerances",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "48765-2",
            "display": "Allergies and adverse reactions"
          }
        ]
      },
      "entry": [
        {
          "reference": "AllergyIntolerance/example-allergy-patient-001"
        }
      ]
    },
    {
      "title": "Medications",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "10160-0",
            "display": "History of Medication use"
          }
        ]
      },
      "entry": [
        {
          "reference": "MedicationStatement/MedicationStatementKPS"
        }
      ]
    },
    {
      "title": "Immunizations",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11369-6",
            "display": "History of immunization"
          }
        ]
      },
      "entry": [
        {
          "reference": "Immunization/ImmunizationKPS"
        }
      ]
    },
    {
      "title": "Results",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "30954-2",
            "display": "Relevant diagnostic tests/laboratory data"
          }
        ]
      },
      "entry": [
        {
          "reference": "Observation/ObservationKPS"
        }
      ]
    },
    {
      "title": "Procedures",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "47519-4",
            "display": "History of Procedures"
          }
        ]
      },
      "entry": [
        {
          "reference": "Procedure/ProcedureKPS"
        }
      ]
    }
  ]
}