FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | Composition |
| Id | Composition-ExampleHIEComposition.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Composition ExampleHIEComposition
Profile: HIE Composition
identifier: Accession ID/comp-12345 (use: official, )
status: Final
type: Narrative document
category: Clinical document
encounter: Encounter/example
date: 2024-11-01 10:00:00+0000
author: Organization/example
title: Composition Title
confidentiality: N
| Mode | Time | Party |
| Legal | 2024-11-01 10:00:00+0000 | Practitioner/example |
custodian: Organization/example
| Code | Detail |
| Event Code Placeholder | Procedure/example |
{
"resourceType": "Composition",
"id": "ExampleHIEComposition",
"meta": {
"profile": [
"https://nshr.dha.go.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": "ACSN",
"display": "Accession ID"
}
]
},
"system": "http://example.org/hie/compositions",
"value": "comp-12345"
},
"status": "final",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Narrative document"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LP173421-1",
"display": "Clinical document"
}
]
}
],
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"date": "2024-11-01T10:00:00Z",
"author": [
{
"reference": "Organization/example"
}
],
"title": "Composition Title",
"confidentiality": "N",
"attester": [
{
"mode": "legal",
"time": "2024-11-01T10:00:00Z",
"party": {
"reference": "Practitioner/example"
}
}
],
"custodian": {
"reference": "Organization/example"
},
"event": [
{
"code": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "XYZ",
"display": "Event Code Placeholder"
}
]
}
],
"detail": [
{
"reference": "Procedure/example"
}
]
}
],
"section": [
{
"title": "Clinical Summary",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "34133-9",
"display": "Summary of episode note"
}
]
},
"author": [
{
"reference": "Practitioner/example"
}
],
"entry": [
{
"reference": "Observation/example"
}
]
}
]
}