RIVO-Noord Zorgviewer MVP2 Implementation Guide
0.25.0 - sprint32 Netherlands flag

RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Epic Condition Example - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="e-ZZJzEApAU6z8DStznS9pQ3"/>
  <meta>
    <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-Problem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="e-ZZJzEApAU6z8DStznS9pQ3"> </a><a name="hce-ZZJzEApAU6z8DStznS9pQ3"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">ResourceCondition &quot;e-ZZJzEApAU6z8DStznS9pQ3&quot; </p><p style="margin-bottom: 0px">Profile: <a href="https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Problem">HCIM Problem</a></p></div><p><b>clinicalStatus</b>: active</p><p><b>verificationStatus</b>: confirmed</p><p><b>category</b>: Problem List Item <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/STU3/codesystem-condition-category.html">Condition Category Codes</a>#problem-list-item)</span>, interpretatie van diagnose (waarneembare entiteit) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOWMED CT</a>#282291009)</span></p><p><b>code</b>: fractuur van onderste extremiteit <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-ICD10dut.html">ICD10, Dutch Translation</a>#T12.0; <a href="https://browser.ihtsdotools.org/">SNOWMED CT</a>#46866001)</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/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3">https://example.org/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3: XXX_Helleman, JOHAN</a></p><p><b>onset</b>: 2012-08-16 --&gt; 2012-08-16</p><p><b>assertedDate</b>: 2021-08-26</p></div>
  </text>
  <clinicalStatus value="active"/>
  <verificationStatus value="confirmed"/>
  <category>
    <coding>
      <system value="http://hl7.org/fhir/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
    <text value="Problem List Item"/>
  </category>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="282291009"/>
      <display value="interpretatie van diagnose (waarneembare entiteit)"/>
    </coding>
    <text value="interpretatie van diagnose (waarneembare entiteit)"/>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-nl"/>
      <code value="T12.0"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="46866001"/>
    </coding>
    <text value="fractuur van onderste extremiteit"/>
  </code>
  <subject>
    <reference
               value="https://example.org/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3"/>
    <display value="XXX_Helleman, JOHAN"/>
  </subject>
  <onsetPeriod>
    <start value="2012-08-16"/>
    <end value="2012-08-16"/>
  </onsetPeriod>
  <assertedDate value="2021-08-26"/>
</Condition>