Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 Ballot United States of America flag

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

Page standards status: Informative

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 "urn:oid:2.16.840.1.114222.4.5.314"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.114222.4.5.314>       ] ;
fhir:code [ fhir:v "3600" ] ;
fhir:display [ fhir:v "Nursing, psychiatric, and home health aides" ]     ] [
fhir:system [
fhir:v "urn:oid:2.16.840.1.114222.4.5.327"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.114222.4.5.327>       ] ;
fhir:code [ fhir:v "31-1014.00.007136" ] ;
fhir:display [ fhir:v "Certified Nursing Assistant (CNA) [Nursing Assistants]" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:21844-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "21844-6" ] ;
fhir:display [ fhir:v "History of Usual industry" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/PHIndustryCDCCensus2010"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/PHIndustryCDCCensus2010>         ] ;
fhir:code [ fhir:v "8270" ] ;
fhir:display [ fhir:v "Nursing care facilities" ]       ] [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH>         ] ;
fhir:code [ fhir:v "621610.008495" ] ;
fhir:display [ fhir:v "Home nursing services" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:74163-7 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "74163-7" ] ;
fhir:display [ fhir:v "Usual occupation duration" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "21"^^xsd:decimal ] ;
fhir:unit [ fhir:v "a" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "a" ]     ]
  ] ) . #