My Health Record FHIR IG
1.3.0 - active
My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "cholecystectomy-mhr-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-procedure-mhr-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" : [
{
🔗 "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."
}
]
}