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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeComposition
IdComposition-ExampleSGHIComposition.json
FHIR VersionR5

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 ExampleSGHIComposition

identifier: ID/QwErTy102938 (use: official, )

status: Final

type: Discharge Summary

encounter: Encounter: identifier = Visit Number: VN123456789 (use: official, ); status = in-progress; class = Ambulatory

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


Source1

{
  "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"
        }
      ]
    }
  ]
}