RIVO-Noord Zorgviewer Implementation Guide
1.7.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: Epic Procedure (Surgical History) Example - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id
      value="VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4"/>
  <meta>
    <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-Procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Gegenereerde narrative: Procedure VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4</b></p><a name="VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4"> </a><a name="hcVPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4"> </a><a name="VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4-nl-NL"> </a><p><b>status</b>: Completed</p><p><b>notDone</b>: false</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 387713003}">Surgical History</span></p><p><b>code</b>: <span title="Codes:">SELECTIEVE FASCIECTOMIE</span></p><p><b>subject</b>: <a href="https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https:///example.org/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3">Fictief, Jan</a></p><p><b>performed</b>: 2001 --&gt; 2001</p></div>
  </text>
  <status value="completed"/>
  <notDone value="false"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="387713003"/>
      <display value="Surgical procedure"/>
    </coding>
    <text value="Surgical History"/>
  </category>
  <code>
    <text value="SELECTIEVE FASCIECTOMIE"/>
  </code>
  <subject>
    <reference
               value="https:///example.org/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3"/>
    <display value="Fictief, Jan"/>
  </subject>
  <performedPeriod>
    <start value="2001"/>
    <end value="2001"/>
  </performedPeriod>
</Procedure>