Fujitsu Healthy Living JP Core extension Implementation Guide
1.1.1 - release

Publication Build: This will be filled in by the publication tooling

: JP Core AllergyIntolerance ValueSet - TTL Representation

Active as of 2022-10-24

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 "jp-allergyintolerance-vs"] ; # 
  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><li>Include all codes defined in <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-jfagy-food-allergen-cs.html\"><code>http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS</code></a></li><li>Include all codes defined in <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-jfagy-non-food-non-medication-allergen-cs.html\"><code>http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyNonFoodNonMedicationAllergen_CS</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-jp-jfagy-medication-allergen-cs.html\"><code>http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyMedicationAllergen_CS</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://jpfhir.jp/fhir/core/ValueSet/JP_AllergyIntolerance_VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.1"] ; # 
  fhir:name [ fhir:v "JP_AllergyIntolerance_VS"] ; # 
  fhir:title [ fhir:v "JP Core AllergyIntolerance ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-10-24"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Fujitsu"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Fujitsu" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ig.fujitsu.com/healthy-living-jpcore-ext" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "アレルギー・不耐症に関連するアレルゲン値セット"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyNonFoodNonMedicationAllergen_CS"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyMedicationAllergen_CS"^^xsd:anyURI ]     ] )
  ] . #