FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | Composition |
| Id | CompositionResponse.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Composition",
"id": "comp-123456",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-composition"
],
"versionId": "1",
"lastUpdated": "2025-08-18T09: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",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11348-0",
"display": "History of Past Illness"
}
]
}
}
]
}