MediRecords FHIR Implementation Guide
1.3.0 - release


: Example Observation - 2c870f5b-b88b-4d85-9ef7-5e70990b7ce4 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="2c870f5b-b88b-4d85-9ef7-5e70990b7ce4"/>
  <meta>
    <lastUpdated value="2021-11-02T01:43:30Z"/>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-observation-smoking"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="2c870f5b-b88b-4d85-9ef7-5e70990b7ce4"> </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">Resource Observation &quot;2c870f5b-b88b-4d85-9ef7-5e70990b7ce4&quot; Updated &quot;2021-11-02 01:43:30+0000&quot; </p><p style="margin-bottom: 0px">Profile: <code>https://fhir.medirecords.com/StructureDefinition/mr-observation-smoking</code></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: Tobacco smoking consumption <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#266918002)</span></p><p><b>subject</b>: <a href="Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> &quot; GREY&quot;</p><p><b>encounter</b>: <a href="Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html">Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g</a></p><p><b>effective</b>: 2021-11-04 01:43:30+0000</p><p><b>performer</b>: <a href="Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a> &quot; SMITH&quot;</p><p><b>value</b>: Ex-smoker <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#8517006)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Date regular smoking commenced <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1507541000168104)</span></p><p><b>value</b>: 2001</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Date ceased smoking <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#160625004)</span></p><p><b>value</b>: 2007</p></blockquote></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="social-history"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="266918002"/>
      <display value="Tobacco smoking consumption"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"/>
  </subject>
  <encounter>
    <reference value="Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"/>
  </encounter>
  <effectiveDateTime value="2021-11-04T01:43:30Z"/>
  <performer>
    <reference value="Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="8517006"/>
      <display value="Ex-smoker"/>
    </coding>
  </valueCodeableConcept>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1507541000168104"/>
        <display value="Date regular smoking commenced"/>
      </coding>
    </code>
    <valueDateTime value="2001"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="160625004"/>
        <display value="Date ceased smoking"/>
      </coding>
    </code>
    <valueDateTime value="2007"/>
  </component>
</Observation>