SEAMAT2FHIR ドラフト版
0.1.1 - draft Japan

SEAMAT2FHIR ドラフト版 - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SEAMAT PCI Outcome ValueSet - TTL Representation

Active as of 2024-05-08

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-procedure-pci-outcome-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=\"CodeSystem-jp-loinc-answer-code-cs.html\"><code>http://jpfhir.jp/fhir/SEAMAT/CodeSystem/JP_LOINC_AnswerCode_CS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-jp-loinc-answer-code-cs.html#jp-loinc-answer-code-cs-LA32-8\">LA32-8</a></td><td>失敗</td></tr><tr><td><a href=\"CodeSystem-jp-loinc-answer-code-cs.html#jp-loinc-answer-code-cs-LA33-6\">LA33-6</a></td><td>成功</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://jpfhir.jp/fhir/SEAMAT/ValueSet/JP_Procedure_PCIOutcome_VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "JP_Proecedure_PCIOutcome_VS"] ; # 
  fhir:title [ fhir:v "SEAMAT PCI Outcome ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-08"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "SIP D1 SEAMAT2FHIR WG"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "SIP D1 SEAMAT2FHIR WG" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://jpfhir.jp/fhir/seamat2fhir" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "office@hlfhir.jp" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SEAMAT心カテレポートPCI処置成否値セット"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166-2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "JP" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright Copyright SIP D1 SEAMAT2FHIR-WG"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://jpfhir.jp/fhir/SEAMAT/CodeSystem/JP_LOINC_AnswerCode_CS"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA32-8" ] ;
fhir:display [ fhir:v "失敗" ]       ] [
fhir:code [ fhir:v "LA33-6" ] ;
fhir:display [ fhir:v "成功" ]       ] )     ] )
  ] . #