Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build
Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Composition",
"id" : "atrius-in-inpatient-progress-note-example",
"meta" : {
"profile" : [
🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-inpatient-progress-note"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition atrius-in-inpatient-progress-note-example</b></p><a name=\"atrius-in-inpatient-progress-note-example\"> </a><a name=\"hcatrius-in-inpatient-progress-note-example\"> </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-atrius-in-inpatient-progress-note.html\">Atrius India Core Inpatient Progress Note</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 444754002}\">Inpatient progress note</span></p><p><b>encounter</b>: <a href=\"Encounter-atrius-in-encounter-inpatient-example.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = ; period = 2026-07-03 10:00:00+0530 --> (ongoing); reasonCode = </a></p><p><b>date</b>: 2026-07-04 08:30:00+0530</p><p><b>author</b>: <a href=\"Practitioner-atrius-in-practitioner-example.html\">Practitioner Dr. Arjun Mehta(official)</a></p><p><b>title</b>: Ward progress note — day 2</p></div>"
},
"status" : "final",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "444754002",
"display" : "Hospital inpatient progress report"
}
],
"text" : "Inpatient progress note"
},
"subject" : {
🔗 "reference" : "Patient/atrius-in-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/atrius-in-encounter-inpatient-example"
},
"date" : "2026-07-04T08:30:00+05:30",
"author" : [
{
🔗 "reference" : "Practitioner/atrius-in-practitioner-example"
}
],
"title" : "Ward progress note — day 2",
"section" : [
{
"title" : "Subjective",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "422843007",
"display" : "Chief complaint section"
}
]
},
"entry" : [
{
🔗 "reference" : "Condition/atrius-in-op-consult-cc-example"
}
]
},
{
"title" : "Objective",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "425044008",
"display" : "Physical exam section"
}
]
},
"entry" : [
{
🔗 "reference" : "Observation/atrius-in-op-consult-exam-example"
}
]
},
{
"title" : "Assessment",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "404684003",
"display" : "Clinical finding"
}
]
},
"entry" : [
{
🔗 "reference" : "Observation/atrius-in-op-consult-assessment-example"
}
]
},
{
"title" : "Plan",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "390906007",
"display" : "Follow-up encounter"
}
]
},
"entry" : [
{
🔗 "reference" : "Appointment/atrius-in-op-consult-followup-example"
}
]
}
]
}