Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
: ODH Usual Work - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "odh-usual-work"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Profile: </b> <a href=\"https://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork.html\">ODH Usual Work</a></p>\n <p><b>Subject:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n <p><b>Start Date: </b>2010-01-01</p><p><b>Industry Code/Value: </b>1570 / Carpet and rug mills</p><p><b>Occupation Code/Value: </b>6240 / Carpet, floor, and tile installers and finishers</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:21843-8 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "21843-8" ] ;
fhir:display [ fhir:v "History of Usual occupation" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2010-01-01"^^xsd:date ]
] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "2.16.840.1.114222.4.11.7187"^^xsd:anyURI ;
fhir:l fhir:2.16.840.1.114222.4.11.7187 ] ;
fhir:code [ fhir:v "1570" ] ;
fhir:display [ fhir:v "Carpet and rug mills" ] ] [
fhir:system [
fhir:v "2.16.840.1.114222.4.11.7186"^^xsd:anyURI ;
fhir:l fhir:2.16.840.1.114222.4.11.7186 ] ;
fhir:code [ fhir:v "6240" ] ;
fhir:display [ fhir:v "Carpet, floor, and tile installers and finishers" ] ] )
] . #