Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ProcedureRequest - zib-procedurerequest-02 - XML Representation

Raw xml | Download



<ProcedureRequest xmlns="http://hl7.org/fhir">
  <id value="zib-procedurerequest-02"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <caption>Verrichtingaanvraag. Subject: <a href="Patient/nl-core-patient-02">Paul
                        XXX_Mesker</a>. Status: actief<div>Intentie: plan</div>
                </caption>
                <tbody>
                    <tr>
                        <td>
                            <span title="Röntgenfoto (168537006 - SNOMED CT)">Röntgenfoto</span>
                        </td>
                        <td>
                            <div>Wanneer: Vanaf 2012-03-13</div>
                        </td>
                    </tr>
                    <tr>
                        <th>Beoogde uitvoerende</th>
                        <td>
                            <div>
                                <a href="Organization/nl-core-organization-03">Test Medisch
                                    Centrum</a>
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <th>Reden</th>
                        <td>
                            <a href="Condition/zib-problem-09">Open fractuur van femur
                                (aandoening)</a>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="168537006"/>
      <display value="Röntgenfoto"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/nl-core-patient-02"/>
    <display value="Paul XXX_Mesker"/>
  </subject>
  <occurrencePeriod>
    <start value="2012-03-13"/>
  </occurrencePeriod>
  <performer>🔗 
    <reference value="Organization/nl-core-organization-03"/>
    <display value="Test Medisch Centrum"/>
  </performer>
  <reasonReference>🔗 
    <reference value="Condition/zib-problem-09"/>
    <display value="Open fractuur van femur (aandoening)"/>
  </reasonReference>
</ProcedureRequest>