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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeComposition
IdCompositionUpdateRequest.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Composition",
  "id": "comp-123456",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-composition"
    ],
    "versionId": "2",
    "lastUpdated": "2025-08-19T10:00:00+08:00"
  },
  "identifier": {
    "system": "https://fhir.synapxe.sg/identifier/composition",
    "value": "COMP-123456"
  },
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34133-9",
        "display": "Summary of episode note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "author": [
    {
      "reference": "Practitioner/example"
    }
  ],
  "section": [
    {
      "title": "History of Present Illness (Updated)",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11348-0",
            "display": "History of Past Illness"
          }
        ]
      }
    }
  ]
}