HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1, STU 1.3 (Standard for Trial Use)
1.3.0 - STU 1.3 United States of America flag

HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1, STU 1.3 (Standard for Trial Use), published by HL7 International Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.3.0). This version is based on the current content of https://github.com/HL7/us-odh/ and changes regularly. See the Directory of published versions

: Employment Status Example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-odh-employment-status-sample"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2021-05-26T17:22:34.756+00:00"/>
    <source value="#H1Oz6Eja94PABzAs"/>
    <profile
             value="http://hl7.org/fhir/us/odh/StructureDefinition/odh-EmploymentStatus"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <tr>
                    <td style="font-weight: bold">id</td>
                    <td>
                        <span title="id">observation-odh-employment-status-sample</span>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">meta</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">versionId</td>
                                <td>
                                    <span title="versionId">1</span>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">lastUpdated</td>
                                <td>
                                    <span title="lastUpdated">2021-05-25T12:25:44.000-04:00</span>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">profile</td>
                                <td>
                                    <span title="profile">http://hl7.org/fhir/us/odh/StructureDefinition/odh-EmploymentStatus</span>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">status</td>
                    <td>
                        <span title="status">final</span>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">code</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li>
                                <ul style="list-style:none; padding-left:0; margin:0 0;">
                                    <li>
                                        <span title="display">History of employment status NIOSH</span>  (
                                        
                                        
                                        
                                        <span title="code">74165-2</span> )
          
                                    
                                    
                                    
                                    </li>
                                    <li>
                                        <span title="system">
                                            <a href="http://loinc.org">http://loinc.org</a>
                                        </span>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">subject</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li/>
                            <li>
                                <a href="Patient-patient-odh-maya-gordon.html">Maya Gordon</a>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">valuePeriod</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">start</td>
                                <td>
                                    <span title="start">2018-06-01</span>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">component</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">code</td>
                                <td>
                                    <ul style="list-style:none; padding-left:0; margin:0 0;">
                                        <li>
                                            <ul style="list-style:none; padding-left:0; margin:0 0;">
                                                <li>
                                                    <span title="display">History of employment status NIOSH</span>  (
                                                    
                                                    
                                                    
                                                    <span title="code">74165-2</span> )
          
                                                
                                                
                                                
                                                </li>
                                                <li>
                                                    <span title="system">
                                                        <a href="http://loinc.org">http://loinc.org</a>
                                                    </span>
                                                </li>
                                            </ul>
                                        </li>
                                    </ul>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">valueCodeableConcept</td>
                                <td>
                                    <ul style="list-style:none; padding-left:0; margin:0 0;">
                                        <li>
                                            <ul style="list-style:none; padding-left:0; margin:0 0;">
                                                <li>
                                                    <span title="display">Employed</span>  (
                                                    
                                                    
                                                    
                                                    
                                                    <span title="code">Employed</span> )
          
                                                
                                                
                                                
                                                
                                                </li>
                                                <li>
                                                    <span title="system">http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH</span>
                                                </li>
                                            </ul>
                                        </li>
                                    </ul>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="74165-2"/>
      <display value="History of employment status NIOSH"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/patient-odh-maya-gordon"/>
    <display value="Maya Gordon"/>
  </subject>
  <effectivePeriod>
    <start value="2018-06-01"/>
  </effectivePeriod>
  <valueCodeableConcept>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationValue"/>
      <code value="Employed"/>
      <display value="Employed"/>
    </coding>
  </valueCodeableConcept>
</Observation>