My Health Record FHIR Gateway Conformance Artefacts
0.0.1 - draft Australia flag

My Health Record FHIR Gateway Conformance Artefacts, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.0.1 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

: A cholecystectomy procedure - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="cholecystectomy-mcv-01"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-procedure-mcv-1"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU">
            <p><b>Procedure</b>: Laparoscopic cholecystectomy</p>
            <p><b>Procedure status</b>: completed</p>
            <p><b>Subject</b>: Mike Broadway; IHI: 8003608166895854; 
                gender = male; birthDate = 12/04/1967; indigenous status = Aboriginal but not
                Torres Strait Islander origin</p>
            <p><b>Procedure performed date</b>: 22/3/2018 11:45</p>
            <p><b>Procedure reason</b>: condition - Cholecystitis</p>
            <p><b>Procedure note</b>: Advised to present in 10 days to the surgeon's
                clinic for review.</p>
        </div>
  </text>
  <status value="completed"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="387713003"/>
      <display value="Surgical procedure"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="45595009"/>
      <display value="Laparoscopic cholecystectomy"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/broadway-mike"/>
  </subject>
  <!--     <encounter>
        <reference value="Encounter/es-01"/>
    </encounter> -->
  <performedDateTime value="2018-03-22T11:45:00+10:00"/>
  <!--     <recorder>
        <reference value="PractitionerRole/strempel-sonia-gp"/>
    </recorder> -->
  <reasonReference>🔗 
    <reference value="Condition/condition-eds-max-01"/>
  </reasonReference>
  <note>
    <text
          value="Laparoscopic cholecystectomy to resolve severe upper right abdominal pain"/>
  </note>
  <note>
    <text
          value="Advised to present in 2 days to the usual GPs clinic              for a change of dressings."/>
  </note>
</Procedure>