IHE FHIR Profile: Occupational Data for Health (ODH) - International 1.0.0 - Trial-Implementation
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "odf-industriesVS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet odf-industriesVS</b></p><a name=\"odf-industriesVS\"> </a><a name=\"hcodf-industriesVS\"> </a><a name=\"odf-industriesVS-en-US\"> </a><ul><li>Include all codes defined in <code>https://www.ilo.org/global/industries-and-sectors/health-services/lang--en/index.htm</code></li></ul></div>" ] ; # fhir:url [ fhir:v "https://profiles.ihe.net/PCC/ODH/ValueSet/odf-industriesVS"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.43.48.2" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "ODF_industriesVS"] ; # fhir:title [ fhir:v "industries types"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-12-04T15:45:20-06:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "IHE Patient Care Coordination Committee"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/patient_care_coordination/" ] ] ) ] [ ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "pcc@ihe.net" ] ] ) ] [ fhir:name [ fhir:v "IHE Patient Care Coordination Committee" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "pcc@ihe.net" ] ] ) ] ) ; # fhir:description [ fhir:v "ILO.org [industries](https://www.ilo.org/global/industries-and-sectors/health-services/lang--en/index.htm) types"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://www.ilo.org/global/industries-and-sectors/health-services/lang--en/index.htm"^^xsd:anyURI ] ] ) ] . #