IHE SDC/electronic Cancer Protocols (eCPs) on FHIR
1.0.0 - trial-use International flag

IHE SDC/electronic Cancer Protocols (eCPs) on FHIR, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ihe-sdc-ecc-on-fhir/ and changes regularly. See the Directory of published versions

: SDC eCP Observation Child Example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="SDCeCCObservationChild"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation SDCeCCObservationChild</b></p><a name="SDCeCCObservationChild"> </a><a name="hcSDCeCCObservationChild"> </a><a name="SDCeCCObservationChild-en-US"> </a><p><b>identifier</b>: <code>http://example.org/Observation</code>/fikea3-188a-4ko3-00dc-8282cc908f3e</p><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://cap.org/eCC 25899}">25899</span></p><p><b>subject</b>: <a href="http://example.org/patient">Example Patient</a></p><p><b>effective</b>: 2021-05-11</p><p><b>performer</b>: <a href="http://example.org/practitioner">Example Practitioner</a></p><p><b>value</b>: <span title="Codes:{http://cap.org/eCC 25900}">Internal control cells present and stain as expected</span></p><p><b>derivedFrom</b>: Identifier: <code>http://example.org/Observation</code>/eccea3-121a-4bc3-94dc-7463cc908f2e</p></div>
  </text>
  <identifier>
    <system value="http://example.org/Observation"/>
    <value value="fikea3-188a-4ko3-00dc-8282cc908f3e"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://cap.org/eCC"/>
      <code value="25899"/>
    </coding>
  </code>
  <subject>
    <reference value="http://example.org/patient"/>
    <display value="Example Patient"/>
  </subject>
  <effectiveDateTime value="2021-05-11"/>
  <performer>
    <reference value="http://example.org/practitioner"/>
    <display value="Example Practitioner"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://cap.org/eCC"/>
      <code value="25900"/>
      <display value="Internal control cells present and stain as expected"/>
    </coding>
  </valueCodeableConcept>
  <derivedFrom>
    <identifier>
      <system value="http://example.org/Observation"/>
      <value value="eccea3-121a-4bc3-94dc-7463cc908f2e"/>
    </identifier>
  </derivedFrom>
</Observation>