SIL HIE Implementation Guide
0.1.0 - sil-hie-active
SIL HIE Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Composition",
"id" : "ExampleHIEComposition",
"meta" : {
"profile" : [
🔗 "https://nshr.dha.go.ke/fhir/StructureDefinition/composition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition ExampleHIEComposition</b></p><a name=\"ExampleHIEComposition\"> </a><a name=\"hcExampleHIEComposition\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-composition.html\">HIE Composition</a></p></div><p><b>identifier</b>: Accession ID/comp-12345\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">Narrative document</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LP173421-1}\">Clinical document</span></p><p><b>encounter</b>: <a href=\"Encounter/example\">Encounter/example</a></p><p><b>date</b>: 2024-11-01 10:00:00+0000</p><p><b>author</b>: <a href=\"Organization/example\">Organization/example</a></p><p><b>title</b>: Composition Title</p><p><b>confidentiality</b>: N</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td>2024-11-01 10:00:00+0000</td><td><a href=\"Practitioner/example\">Practitioner/example</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization/example\">Organization/example</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org XYZ}\">Event Code Placeholder</span></td><td><a href=\"Procedure/example\">Procedure/example</a></td></tr></table></div>"
},
"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"
}
]
}
]
}