Australian Digital Health Agency FHIR
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/mcv/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "cholecystectomy-mcv-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-procedure-mcv-1"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n <p><b>Procedure</b>: Laparoscopic cholecystectomy</p>\n <p><b>Procedure status</b>: completed</p>\n <p><b>Subject</b>: Mike Broadway; IHI: 8003608166895854; \n gender = male; birthDate = 12/04/1967; indigenous status = Aboriginal but not\n Torres Strait Islander origin</p>\n <p><b>Procedure performed date</b>: 22/3/2018 11:45</p>\n <p><b>Procedure reason</b>: condition - Cholecystitis</p>\n <p><b>Procedure note</b>: Advised to present in 10 days to the surgeon's\n clinic for review.</p>\n </div>"
},
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "387713003",
"display" : "Surgical procedure"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "45595009",
"display" : "Laparoscopic cholecystectomy"
}
]
},
"subject" : {
🔗 "reference" : "Patient/broadway-mike"
},
"performedDateTime" : "2018-03-22T11:45:00+10:00",
"reasonReference" : [
// <encounter>
<reference value="Encounter/es-01"/>
</encounter>
// <recorder>
<reference value="PractitionerRole/strempel-sonia-gp"/>
</recorder>
{
🔗 "reference" : "Condition/condition-eds-max-01"
}
],
"note" : [
{
"text" : "Laparoscopic cholecystectomy to resolve severe upper right abdominal pain"
},
{
"text" : "Advised to present in 2 days to the usual GPs clinic for a change of dressings."
}
]
}