electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Observation-eicr-occupation-history-eve-everywoman

Raw json

{
  "resourceType" : "Observation",
  "id" : "eicr-occupation-history-eve-everywoman",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-occupationhistory"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"> 
      <table> 
        <thead> 
          <tr> 
            <th>id</th> 
            <th>Occupation</th> 
            <th>Date(s)</th> </tr> </thead> 
        <tbody> 
          <tr> 
            <td>eicr-occupation-history-eve-everywoman</td> 
            <td>Human Resource Manager</td> 
            <td>JAN 1, 2015 to MAR 7, 2018</td> </tr> </tbody> </table> </div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "74287-4",
        "display" : "Occupation [NTDS]"
      }
    ],
    "text" : "Occupation HIstory"
  },
  "subject" : {
    "reference" : "Patient/ecr-patient-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectivePeriod" : {
    "start" : "2015-01-01",
    "end" : "2018-03-07"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/oes",
        "code" : "11-3121",
        "display" : "Human Resources Managers"
      }
    ]
  }
}