HL7 FHIR Implementation Guide: Sri Lanka, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0. This version is based on the current content of https://github.com/jembi/Sri-Lanka and changes regularly. See the Directory of published versions
: Procedures - JSON Representation
Raw json | Download
{
"resourceType" : "Procedure",
"id" : "ProceduresExample",
"meta" : {
"profile" : [
🔗 "http://openhie.org/fhir/sri-lanka/StructureDefinition/procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"ProceduresExample\"> </a></p><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\">Resource Procedure "ProceduresExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-procedure.html\">Procedures</a></p></div><p><b>status</b>: in-progress</p><p><b>category</b>: 409073007 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#409073007)</span></p><p><b>code</b>: X-Ray <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-procedure-imaging.html\">Procedures</a>#X-Ray)</span></p><p><b>subject</b>: <a href=\"Patient-HHIMSPatientExample.html\">Patient/HHIMSPatientExample</a> " SMITH"</p><p><b>encounter</b>: <a href=\"Encounter-TargetFacilityEncounterExample.html\">Encounter/TargetFacilityEncounterExample</a></p><p><b>performed</b>: 2023-10-11 17:21:33-0800</p><p><b>recorder</b>: <a href=\"Practitioner-GeneralPractitionerExample.html\">Practitioner/GeneralPractitionerExample</a> " SMITH"</p><p><b>asserter</b>: <a href=\"Practitioner-GeneralPractitionerExample.html\">Practitioner/GeneralPractitionerExample</a> " SMITH"</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-GeneralPractitionerExample.html\">Practitioner/GeneralPractitionerExample</a> " SMITH"</td></tr></table><p><b>location</b>: <a href=\"Location-ProvidersLocationExample.html\">Location/ProvidersLocationExample</a> "Name for the location"</p></div>"
},
"status" : "in-progress",
"category" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "409073007"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://openhie.org/fhir/sri-lanka/CodeSystem/cs-procedure-imaging",
"code" : "X-Ray"
}
]
},
"subject" : {
🔗 "reference" : "Patient/HHIMSPatientExample"
},
"encounter" : {
🔗 "reference" : "Encounter/TargetFacilityEncounterExample"
},
"performedDateTime" : "2023-10-11T17:21:33-08:00",
"recorder" : {
🔗 "reference" : "Practitioner/GeneralPractitionerExample"
},
"asserter" : {
🔗 "reference" : "Practitioner/GeneralPractitionerExample"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/GeneralPractitionerExample"
}
}
],
"location" : {
🔗 "reference" : "Location/ProvidersLocationExample"
}
}