Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "Procedure",
"id" : "example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>code</b>: Excision of appendix (procedure) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '80146002' = 'Appendectomy', given as 'Excision of appendix (procedure)'})</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: Dec 25, 1974; </a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Generated Summary: id: example; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99223}\">Inpatient Hospital Care</span></a></p><p><b>performed</b>: Apr 5, 2013 9:20:00 AM --> Apr 5, 2013 10:30:00 AM</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-example.html\">Dr Cecil Surgeon. Generated Summary: id: example; 23; active; Adam Careful </a></td></tr></table><p><b>reasonCode</b>: On examination - abdominal pain - right iliac <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '163220003' = 'On examination - abdominal pain - right iliac (finding)', given as 'On examination - abdominal pain - right iliac'})</span></p><p><b>bodySite</b>: Appendix structure <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '66754008' = 'Appendix', given as 'Appendix structure'})</span></p><p><b>report</b>: <a href=\"DiagnosticReport-example.html\">Generated Summary: id: example; status: final; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 58410-2}\">Complete blood count (hemogram) panel - Blood by Automated count</span>; effective: Jul 5, 2005 12:00:00 AM; issued: Jul 5, 2005 8:45:33 PM</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/procedure-approachBodyStructure",
"valueReference" : {
"reference" : "BodyStructure/example"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime",
"valueDateTime" : "2013-04-05T09:30:00-04:00"
}
],
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "80146002",
"display" : "Excision of appendix (procedure)"
}
],
"text" : "Excision of appendix (procedure)"
},
"subject" : {
"reference" : "Patient/example"
},
"encounter" : {
"reference" : "Encounter/example"
},
"performedPeriod" : {
"start" : "2013-04-05T09:20:00-04:00",
"end" : "2013-04-05T10:30:00-04:00"
},
"performer" : [
{
"actor" : {
"reference" : "Practitioner/example",
"display" : "Dr Cecil Surgeon"
}
}
],
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "163220003",
"display" : "On examination - abdominal pain - right iliac"
}
]
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "66754008",
"display" : "Appendix structure"
}
]
}
],
"report" : [
{
"reference" : "DiagnosticReport/example"
}
]
}