@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 -------------------------------------------------------------------

<http://jpfhir.jp/fhir/eInfectionReport/ValueSet/jp-diagnosticreportcategory-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "jp-diagnosticreportcategory-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> version <code>2.74</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=jpfhir-terminology@1.1.1&amp;canonical=http://loinc.org.html#us-loinc-cs-LP7839-6\">LP7839-6</a></td><td>病理</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=jpfhir-terminology@1.1.1&amp;canonical=http://loinc.org.html#us-loinc-cs-LP29693-6\">LP29693-6</a></td><td>検体検査</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=jpfhir-terminology@1.1.1&amp;canonical=http://loinc.org.html#us-loinc-cs-LP29708-2\">LP29708-2</a></td><td>循環器</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=jpfhir-terminology@1.1.1&amp;canonical=http://loinc.org.html#us-loinc-cs-LP31759-1\">LP31759-1</a></td><td>歯科口腔</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=jpfhir-terminology@1.1.1&amp;canonical=http://loinc.org.html#us-loinc-cs-LP7819-8\">LP7819-8</a></td><td>微生物検査</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://jpfhir.jp/fhir/core/ValueSet/JP_DiagnosticReportCategory_VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "JP_DiagnosticReportCategory_VS"] ; # 
  fhir:title [ fhir:v "JP Core Diagnostic Report Category ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-04-18"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "The Department of Bio-Medical Informatics, The University of Tokyo"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "The Department of Bio-Medical Informatics, The University of Tokyo" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://std.jpfhir.jp" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "office@jpfhir.jp" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "DiagnosticReportカテゴリ 値セット"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "JP" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI) 一般社団法人日本医療情報学会NeXEHRS課題研究会FHIR日本実装検討WG"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:version [ fhir:v "2.74" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "LP7839-6" ] ;
         fhir:display [ fhir:v "病理" ]
       ] [
         fhir:code [ fhir:v "LP29693-6" ] ;
         fhir:display [ fhir:v "検体検査" ]
       ] [
         fhir:code [ fhir:v "LP29708-2" ] ;
         fhir:display [ fhir:v "循環器" ]
       ] [
         fhir:code [ fhir:v "LP31759-1" ] ;
         fhir:display [ fhir:v "歯科口腔" ]
       ] [
         fhir:code [ fhir:v "LP7819-8" ] ;
         fhir:display [ fhir:v "微生物検査" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

