FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | Composition |
| Id | Composition-ExampleSGHIComposition.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Composition ExampleSGHIComposition
Profile: SGHI Composition
identifier: ID/QwErTy102938 (use: official, )
status: Final
type: Discharge Summary
date: 2025-06-03 14:30:00+0000
author: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
name: SGHI Discharge Summary for John Doe
title: SGHI Discharge Summary for John Doe
{
"resourceType": "Composition",
"id": "ExampleSGHIComposition",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/composition"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ID",
"display": "ID"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "QwErTy102938",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"status": "final",
"type": {
"coding": [
{
"system": "http://example.org/CodeSystem/composition-type",
"code": "DISCHARGE_SUMMARY",
"display": "Discharge Summary"
}
]
},
"subject": [
{
"reference": "Patient/ExampleSGHIPatient"
}
],
"encounter": {
"reference": "Encounter/ExampleSGHIEncounter"
},
"date": "2025-06-03T14:30:00Z",
"author": [
{
"reference": "Patient/ExampleSGHIPatient"
}
],
"name": "SGHI Discharge Summary for John Doe",
"title": "SGHI Discharge Summary for John Doe",
"section": [
{
"title": "Chief Complaint",
"code": {
"coding": [
{
"system": "http://example.org/CodeSystem/section-codes",
"code": "CHIEF_COMPLAINT",
"display": "Chief Complaint"
}
]
},
"entry": [
{
"reference": "Observation/chief-complaint-obs"
}
]
},
{
"title": "Allergies",
"code": {
"coding": [
{
"system": "http://example.org/CodeSystem/section-codes",
"code": "ALLERGIES_SECTION",
"display": "Allergies Section"
}
]
},
"entry": [
{
"reference": "AllergyIntolerance/peanut-allergy"
}
]
}
]
}