{
  "resourceType": "StructureDefinition",
  "id": "sdr-decedent-Job-extension",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR Job Extension</b></p><p>Type of work done during most of decedent's working life. Corresponds to item 54 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).</p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Job-extension",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.decedent.Job"
    }
  ],
  "version": "0.1.0",
  "name": "JobExtension",
  "title": "SDR Job Extension",
  "status": "draft",
  "date": "2018-06-14T04:00:00+00:00",
  "publisher": "The MITRE Corporation: Nightingale Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://github.com/nightingaleproject/fhirDeathRecord"
        }
      ]
    }
  ],
  "description": "Type of work done during most of decedent's working life. Corresponds to item 54 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "*"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension:job",
        "path": "Extension",
        "short": "SDR Job Extension",
        "definition": "Type of work done during most of decedent's working life. Corresponds to item 54 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Extension:job.extension:extension",
        "path": "Extension.extension",
        "sliceName": "extension",
        "max": "0"
      },
      {
        "id": "Extension:job.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Job-extension"
      },
      {
        "id": "Extension:job.valueString",
        "path": "Extension.valueString",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}