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

: Retirement Date Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-odh-retirement-date-sample",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-05-26T02:20:50.364+00:00",
    "source" : "#xIztR2ILtakKFMdW",
    "profile" : [
      "http://hl7.org/fhir/us/odh/StructureDefinition/odh-RetirementDate"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <tr>\n                    <td style=\"font-weight: bold\">id</td>\n                    <td>\n                        <span title=\"id\">observation-odh-retirement-date-sample</span>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">meta</td>\n                    <td>\n                        <table>\n                            <tr>\n                                <td style=\"font-weight: bold\">versionId</td>\n                                <td>\n                                    <span title=\"versionId\">1</span>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                <td>\n                                    <span title=\"lastUpdated\">2021-05-25T12:25:44.000-04:00</span>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">profile</td>\n                                <td>\n                                    <span title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-RetirementDate</span>\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">status</td>\n                    <td>\n                        <span title=\"status\">final</span>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">code</td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                    <li>\n                                        <span title=\"display\">Date of Retirement</span>  (\n                                        \n                                        \n                                        \n                                        <span title=\"code\">87510-4</span> )\n          \n                                    \n                                    \n                                    \n                                    </li>\n                                    <li>\n                                        <span title=\"system\">\n                                            <a href=\"http://loinc.org\">http://loinc.org</a>\n                                        </span>\n                                    </li>\n                                </ul>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">subject</td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li/>\n                            <li>\n                                <a href=\"Patient-patient-odh-maya-gordon.html\">Maya Gordon</a>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">valueDateTime</td>\n                    <td>\n                        <table>\n                            <tr>\n                                <td style=\"font-weight: bold\">start</td>\n                                <td>\n                                    <span title=\"start\">2021-05-30</span>\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">component</td>\n                    <td>\n                        <table>\n                            <tr>\n                                <td style=\"font-weight: bold\">code</td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "87510-4",
        "display" : "Date of Retirement"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-odh-maya-gordon",
    "display" : "Maya Gordon"
  },
  "valueDateTime" : "2021-05-30"
}