FHIR Osiris Implementation Guide
2.1.0 - ci-build

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

: Localization Method Value Set - TTL Representation

Draft as of 2024-03-21

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 "VSLocalizationMethod"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul/></div>"
  ] ; # 
  fhir:url [ fhir:v "https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/ValueSet/VSLocalizationMethod"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "VSLocalizationMethod"] ; # 
  fhir:title [ fhir:v "Localization Method Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-03-21T14:34:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Arkhn"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Arkhn" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://arkhn.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@arkhn.com" ]     ] )
  ] [
fhir:name [ fhir:v "Nicolas Riss" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "nicolas@arkhn.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Localization Method"] . #