Example CRVS Implementation Guide
0.1.0 - ci-build

Example CRVS Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Parent Occupation Value Set - TTL Representation

Active as of 2025-03-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "parent-occupation"] ; # 
  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 parent-occupation</b></p><a name=\"parent-occupation\"> </a><a name=\"hcparent-occupation\"> </a><a name=\"parent-occupation-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>http://acsa.africa/standard/CodeSystem/acsa</code></a> where concept  descends from <a href=\"CodeSystem-ACSA.html#ACSA-occupation\">occupation</a></li><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>http://acsa.africa/standard/CodeSystem/acsa</code></a> where concept  is-a <a href=\"CodeSystem-ACSA.html#ACSA-other\">other</a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://acsa.afrika/standard/ValueSet/parent-occupation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ParentOccupation"] ; # 
  fhir:title [ fhir:v "Parent Occupation Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-03-28T12:08:54+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "SwissTPH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "SwissTPH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://swisstph-mic.ch" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set for parent occupations."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://acsa.africa/standard/CodeSystem/acsa"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "descendent-of" ] ;
fhir:value [ fhir:v "occupation" ]       ] )     ] [
fhir:system [ fhir:v "http://acsa.africa/standard/CodeSystem/acsa"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "other" ]       ] )     ] )
  ] . #