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.ttl

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

Raw Turtle,

General Occupational Data Example

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/OccupationalData/example> a fhir:OccupationalData;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:OccupationalData.identifier [
     fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ];
     fhir:Identifier.value [ fhir:value "1234" ]
  ];
  fhir:OccupationalData.status [ fhir:value "active"];
  fhir:OccupationalData.subject [
     fhir:link <http://hl7.org/fhir/Patient/example>;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:OccupationalData.date [ fhir:value "2012-05-02T14:10:00Z"^^xsd:dateTime];
  fhir:OccupationalData.recorder [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Practitioner/example>;
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ];
  fhir:OccupationalData.informant [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Patient/example>;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:OccupationalData.employmentStatus [
     fhir:index 0;
     fhir:OccupationalData.employmentStatus.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:224363007;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "224363007" ];
         fhir:Coding.display [ fhir:value "Employed" ]
       ]
     ];
     fhir:OccupationalData.employmentStatus.effective [
       fhir:Period.start [ fhir:value "1980-04-01"^^xsd:date ]
     ]
  ];
  fhir:OccupationalData.combatZonePeriod [
     fhir:index 0;
     fhir:Period.start [ fhir:value "1983-02-15"^^xsd:date ];
     fhir:Period.end [ fhir:value "1983-05-30"^^xsd:date ]
  ];
  fhir:OccupationalData.usualWork [
     fhir:OccupationalData.usualWork.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Police and sheriff's patrol officers" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Patrol officer" ]
     ];
     fhir:OccupationalData.usualWork.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "Justice, public order, and safety activities" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "City police department" ]
     ];
     fhir:OccupationalData.usualWork.start [ fhir:value "1986"^^xsd:gYear ];
     fhir:OccupationalData.usualWork.duration [
       fhir:Quantity.value [ fhir:value "31"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "years" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "a" ]
     ]
  ];
  fhir:OccupationalData.pastOrPresentJob [
     fhir:index 0;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Police and sheriff's patrol officers" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Patrol officer" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "Justice, public order, and safety activities" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "City police department" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1989-04-02"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-1-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-1-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452491000124108;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452491000124108" ];
         fhir:Coding.display [ fhir:value "Paid work in local government" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, local government" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ]
       ]
     ]
  ], [
     fhir:index 1;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Police and sheriff's patrol officers" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Sheriff's patrol officer" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "Justice, public order, and safety activities" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "County sheriff's office" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1986-09-14"^^xsd:date ];
       fhir:Period.end [ fhir:value "1989-04-01"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-2-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-2-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452491000124108;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452491000124108" ];
         fhir:Coding.display [ fhir:value "Paid work in local government" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, local government" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ]
       ]
     ]
  ], [
     fhir:index 2;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Police and sheriff's patrol officers" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Police cadet" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "Justice, public order, and safety activities" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "County sheriff's office" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1986-06-08"^^xsd:date ];
       fhir:Period.end [ fhir:value "1986-09-13"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-2-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-2-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452491000124108;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452491000124108" ];
         fhir:Coding.display [ fhir:value "Paid work in local government" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, local government" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ]
       ]
     ]
  ], [
     fhir:index 3;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Military, rank not specified" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Rifleman (category: General Infantry)" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "U. S. Marines" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "US Marines" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1985-10-27"^^xsd:date ];
       fhir:Period.end [ fhir:value "1986-06-07"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-3-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-3-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452121000124102;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452121000124102" ];
         fhir:Coding.display [ fhir:value "Paid work in United States armed forces " ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, national armed forces" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ];
         fhir:Coding.code [ fhir:value "E-4" ];
         fhir:Coding.display [ fhir:value "US Military Enlisted paygrade E-4" ]
       ]
     ]
  ], [
     fhir:index 4;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Military, rank not specified" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Rifleman (category: General Infantry)" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "U. S. Marines" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "US Marines" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1983-09-18"^^xsd:date ];
       fhir:Period.end [ fhir:value "1985-10-26"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-3-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-3-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452121000124102;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452121000124102" ];
         fhir:Coding.display [ fhir:value "Paid work in United States armed forces " ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, national armed forces" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ];
         fhir:Coding.code [ fhir:value "E-3" ];
         fhir:Coding.display [ fhir:value "US Military Enlisted paygrade E-3" ]
       ]
     ]
  ], [
     fhir:index 5;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Military, rank not specified" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Rifleman (category: General Infantry)" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "U. S. Marines" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "US Marines" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1983-01-16"^^xsd:date ];
       fhir:Period.end [ fhir:value "1983-08-17"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-3-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-3-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452121000124102;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452121000124102" ];
         fhir:Coding.display [ fhir:value "Paid work in United States armed forces " ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, national armed forces" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ];
         fhir:Coding.code [ fhir:value "E-2" ];
         fhir:Coding.display [ fhir:value "US Military Enlisted paygrade E-2" ]
       ]
     ]
  ], [
     fhir:index 6;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Military, rank not specified" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Basic Marine (category: General, Not Occupationally Qualified)" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "U. S. Marines" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "US Marines" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1982-06-06"^^xsd:date ];
       fhir:Period.end [ fhir:value "1983-01-15"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-3-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-3-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452121000124102;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452121000124102" ];
         fhir:Coding.display [ fhir:value "Paid work in United States armed forces " ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, national armed forces" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ];
         fhir:Coding.code [ fhir:value "E-1" ];
         fhir:Coding.display [ fhir:value "US Military Enlisted paygrade E-1" ]
       ]
     ]
  ], [
     fhir:index 7;
     fhir:OccupationalData.pastOrPresentJob.occupation [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
         fhir:Coding.display [ fhir:value "Combined food preparation and serving workers, including fast food" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Fast food worker" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.industry [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
         fhir:Coding.display [ fhir:value "Restaurants and other food services" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Fast food restaurant" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.effective [
       fhir:Period.start [ fhir:value "1980-04-01"^^xsd:date ];
       fhir:Period.end [ fhir:value "1982-06-05"^^xsd:date ]
     ];
     fhir:OccupationalData.pastOrPresentJob.employer [
       fhir:link <http://hl7.org/fhir/Organization/odh-4-example>;
       fhir:Reference.reference [ fhir:value "Organization/odh-4-example" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.workClassification [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:452141000124109;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
         fhir:Coding.code [ fhir:value "452141000124109" ];
         fhir:Coding.display [ fhir:value "Paid work not self-employed" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Paid work, not self-employed" ]
     ];
     fhir:OccupationalData.pastOrPresentJob.supervisoryLevel [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.10.20.22.4.224" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/odh-1-example> a fhir:Organization .

<http://hl7.org/fhir/Organization/odh-2-example> a fhir:Organization .

<http://hl7.org/fhir/Organization/odh-3-example> a fhir:Organization .

<http://hl7.org/fhir/Organization/odh-4-example> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/OccupationalData/example.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/OccupationalData/example.ttl> .

# -------------------------------------------------------------------------------------


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.