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 - TTL Representation

Raw ttl | Download


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

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-odh-retirement-date-sample"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2021-05-26T02:20:50.364+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#xIztR2ILtakKFMdW"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/odh/StructureDefinition/odh-RetirementDate"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/odh/StructureDefinition/odh-RetirementDate>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:87510-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87510-4" ] ;
fhir:display [ fhir:v "Date of Retirement" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-odh-maya-gordon" ] ;
fhir:display [ fhir:v "Maya Gordon" ]
  ] ; # 
  fhir:value [ fhir:v "2021-05-30"^^xsd:date] . #