R4 Ballot #1 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Occupationaldata-example.json

Public Health and Emergency Response Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Patient

Raw JSON (canonical form)

General Occupational Data Example

{
  "resourceType": "OccupationalData",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>Acme.org ID: 1234\n      <br/>Status: active\n      <br/>Subject: Peter James Chalmers (&quot;Jim&quot;)\n      <br/>Date: 2/5/2012 9:10 AM EST\n      <br/>Recorder: Dr Adam Careful\n      <br/>Informant: Peter James Chalmers\n      <br/>Employment Status: Employed\n      <br/>Employment Period: 4/1/1980 - present\n      <br/>Combat Zone Work Period: 2/15/1983 - 5/30/1983\n      </p>\n      <p><b>Usual Work</b></p>\n      <p>Occupation: Patrol officer\n      <br/>Industry: City police department\n      <br/>Start Date: 1986\n      <br/>Duration: 31 years\n      </p>\n      <p><b>Past or Present Job</b></p>\n      <p style=\"margin-left: 20px\"><b>Current Job</b>\n        <br/>Occupation: Patrol officer (category: Police and sheriff's patrol officers)\n        <br/>Industry: City police department (category: Justice, public order, and safety activities)\n      <br/>Work Period: 4/2/1989 - present\n      <br/>Employer: City of Anytown\n      <br/>Employer Address: 1234 Main St., Anytown, OH 56789\n      <br/>Work Classification: Paid work, local government\n      <br/>Supervisory Level:\n      </p>\n      <p style=\"margin-left: 20px\"><b>Past Job #1</b>\n        <br/>Occupation: Sheriff's patrol officer (category: Police and sheriff's patrol officers)\n        <br/>Industry: County sheriff's office (category: Justice, public order, and safety activities)\n      <br/>Work Period: 9/14/1986 - 4/1/1989\n      <br/>Employer: Big County\n      <br/>Employer Address: 2468 High St., Somewhere, CA 55555\n      <br/>Work Classification: Paid work, local government\n      <br/>Supervisory Level:\n      </p>\n      <p style=\"margin-left: 20px\"><b>Past Job #2</b>\n        <br/>Occupation: Police cadet (category: Police and sheriff's patrol officers)\n        <br/>Industry: County sheriff's office (category: Justice, public order, and safety activities)\n        <br/>Work Period: 6/8/1986 - 9/13/1986\n        <br/>Employer: Big County\n        <br/>Employer Address: 2468 High St., Somewhere, CA 55555\n        <br/>Work Classification: Paid work, local government\n        <br/>Supervisory Level:\n      </p>\n      <p style=\"margin-left: 20px\"><b>Past Job #3</b>\n        <br/>Occupation: Rifleman (category: General Infantry)\n        <br/>Industry: US Marines\n        <br/>Work Period: 10/27/1985 - 6/7/1986\n        <br/>Employer: Camp Lejeune\n        <br/>Employer Address: Camp Lejeune, NC 28547\n        <br/>Work Classification: Paid work, national armed forces\n        <br/>Supervisory Level: E-4\n      </p>\n      <p style=\"margin-left: 20px\"><b>Past Job #4</b>\n        <br/>Occupation: Rifleman (category: General Infantry)\n        <br/>Industry: US Marines\n        <br/>Work Period: 9/18/1983 - 10/26/1985\n        <br/>Employer: Camp Lejeune\n        <br/>Employer Address: Camp Lejeune, NC 28547\n        <br/>Work Classification: Paid work, national armed forces\n        <br/>Supervisory Level: E-3\n      </p>\n      <p style=\"margin-left: 20px\"><b>Past Job #5</b>\n        <br/>Occupation: Rifleman (category: General Infantry)\n        <br/>Industry: US Marines\n        <br/>Work Period: 1/16/1983 - 8/17/1983\n        <br/>Employer: Camp Lejeune\n        <br/>Employer Address: Camp Lejeune, NC 28547\n        <br/>Work Classification: Paid work, national armed forces\n        <br/>Supervisory Level: E-2\n      </p>\n      <p style=\"margin-left: 20px\"><b>Past Job #6</b>\n        <br/>Occupation: Basic Marine (category: General, Not Occupationally Qualified)\n        <br/>Industry: US Marines\n        <br/>Work Period: 6/6/1982 - 1/15/1983\n        <br/>Employer: Camp Lejeune\n        <br/>Employer Address: Camp Lejeune, NC 28547\n        <br/>Work Classification: Paid work, national armed forces\n        <br/>Supervisory Level: E-1\n      </p>\n      <p style=\"margin-left: 20px\"><b>Past Job #7</b>\n        <br/>Occupation: Fast food worker (category: Combined food preparation and serving workers, including fast food)\n        <br/>Industry: Fast food restaurant (category: Restaurants and other food services)\n        <br/>Work Period: 4/1/1980 - 6/5/1982\n        <br/>Employer: Smilin' Sue's Station\n        <br/>Employer Address: 369 Beauty Blvd., Anytown, OH 56789\n        <br/>Work Classification: Paid work, not self-employed\n        <br/>Supervisory Level:\n      </p>\n    </div>"
  },
  "identifier": {
    "system": "https://acme.org/identifiers",
    "value": "1234"
  },
  "status": "active",
  "subject": {
    "reference": "Patient/example"
  },
  "date": "2012-05-02T14:10:00Z",
  "recorder": [
    {
      "reference": "Practitioner/example"
    }
  ],
  "informant": [
    {
      "reference": "Patient/example"
    }
  ],
  "employmentStatus": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "224363007",
            "display": "Employed"
          }
        ]
      },
      "effective": {
        "start": "1980-04-01"
      }
    }
  ],
  "combatZonePeriod": [
    {
      "start": "1983-02-15",
      "end": "1983-05-30"
    }
  ],
  "usualWork": {
    "occupation": {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.114222.4.5.314",
          "display": "Police and sheriff's patrol officers"
        }
      ],
      "text": "Patrol officer"
    },
    "industry": {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.114222.4.5.315",
          "display": "Justice, public order, and safety activities"
        }
      ],
      "text": "City police department"
    },
    "start": "1986",
    "duration": {
      "value": 31,
      "unit": "years",
      "system": "http://unitsofmeasure.org",
      "code": "a"
    }
  },
  "pastOrPresentJob": [
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Police and sheriff's patrol officers"
          }
        ],
        "text": "Patrol officer"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "Justice, public order, and safety activities"
          }
        ],
        "text": "City police department"
      },
      "effective": {
        "start": "1989-04-02"
      },
      "employer": {
        "reference": "Organization/odh-1-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452491000124108",
            "display": "Paid work in local government"
          }
        ],
        "text": "Paid work, local government"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224"
          }
        ]
      }
    },
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Police and sheriff's patrol officers"
          }
        ],
        "text": "Sheriff's patrol officer"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "Justice, public order, and safety activities"
          }
        ],
        "text": "County sheriff's office"
      },
      "effective": {
        "start": "1986-09-14",
        "end": "1989-04-01"
      },
      "employer": {
        "reference": "Organization/odh-2-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452491000124108",
            "display": "Paid work in local government"
          }
        ],
        "text": "Paid work, local government"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224"
          }
        ]
      }
    },
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Police and sheriff's patrol officers"
          }
        ],
        "text": "Police cadet"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "Justice, public order, and safety activities"
          }
        ],
        "text": "County sheriff's office"
      },
      "effective": {
        "start": "1986-06-08",
        "end": "1986-09-13"
      },
      "employer": {
        "reference": "Organization/odh-2-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452491000124108",
            "display": "Paid work in local government"
          }
        ],
        "text": "Paid work, local government"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224"
          }
        ]
      }
    },
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Military, rank not specified"
          }
        ],
        "text": "Rifleman (category: General Infantry)"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "U. S. Marines"
          }
        ],
        "text": "US Marines"
      },
      "effective": {
        "start": "1985-10-27",
        "end": "1986-06-07"
      },
      "employer": {
        "reference": "Organization/odh-3-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452121000124102",
            "display": "Paid work in United States armed forces "
          }
        ],
        "text": "Paid work, national armed forces"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224",
            "code": "E-4",
            "display": "US Military Enlisted paygrade E-4"
          }
        ]
      }
    },
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Military, rank not specified"
          }
        ],
        "text": "Rifleman (category: General Infantry)"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "U. S. Marines"
          }
        ],
        "text": "US Marines"
      },
      "effective": {
        "start": "1983-09-18",
        "end": "1985-10-26"
      },
      "employer": {
        "reference": "Organization/odh-3-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452121000124102",
            "display": "Paid work in United States armed forces "
          }
        ],
        "text": "Paid work, national armed forces"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224",
            "code": "E-3",
            "display": "US Military Enlisted paygrade E-3"
          }
        ]
      }
    },
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Military, rank not specified"
          }
        ],
        "text": "Rifleman (category: General Infantry)"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "U. S. Marines"
          }
        ],
        "text": "US Marines"
      },
      "effective": {
        "start": "1983-01-16",
        "end": "1983-08-17"
      },
      "employer": {
        "reference": "Organization/odh-3-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452121000124102",
            "display": "Paid work in United States armed forces "
          }
        ],
        "text": "Paid work, national armed forces"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224",
            "code": "E-2",
            "display": "US Military Enlisted paygrade E-2"
          }
        ]
      }
    },
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Military, rank not specified"
          }
        ],
        "text": "Basic Marine (category: General, Not Occupationally Qualified)"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "U. S. Marines"
          }
        ],
        "text": "US Marines"
      },
      "effective": {
        "start": "1982-06-06",
        "end": "1983-01-15"
      },
      "employer": {
        "reference": "Organization/odh-3-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452121000124102",
            "display": "Paid work in United States armed forces "
          }
        ],
        "text": "Paid work, national armed forces"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224",
            "code": "E-1",
            "display": "US Military Enlisted paygrade E-1"
          }
        ]
      }
    },
    {
      "occupation": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.314",
            "display": "Combined food preparation and serving workers, including fast food"
          }
        ],
        "text": "Fast food worker"
      },
      "industry": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.315",
            "display": "Restaurants and other food services"
          }
        ],
        "text": "Fast food restaurant"
      },
      "effective": {
        "start": "1980-04-01",
        "end": "1982-06-05"
      },
      "employer": {
        "reference": "Organization/odh-4-example"
      },
      "workClassification": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "452141000124109",
            "display": "Paid work not self-employed"
          }
        ],
        "text": "Paid work, not self-employed"
      },
      "supervisoryLevel": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.10.20.22.4.224"
          }
        ]
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.