醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NSCLC-Invasion - TTL Representation

Draft as of 2024-07-29

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 "NSCLC-Invasion"] ; # 
  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 NSCLC-Invasion</b></p><a name=\"NSCLC-Invasion\"> </a><a name=\"hcNSCLC-Invasion\"> </a><a name=\"hcNSCLC-Invasion-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/LA9634-2/\">LA9634-2</a></td><td>Absent</td></tr><tr><td><a href=\"https://loinc.org/LA9633-4/\">LA9633-4</a></td><td>Present</td></tr><tr><td><a href=\"https://loinc.org/LA11899-4/\">LA11899-4</a></td><td>Cannot be determined</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/ValueSet/NSCLC-Invasion"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Invasion"] ; # 
  fhir:title [ fhir:v "NSCLC-Invasion"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-29T16:27:07+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "CYLAB"] ; # 
  fhir:description [ fhir:v "NSCLC-Invasion"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA9634-2" ] ;
fhir:display [ fhir:v "Absent" ]       ] [
fhir:code [ fhir:v "LA9633-4" ] ;
fhir:display [ fhir:v "Present" ]       ] [
fhir:code [ fhir:v "LA11899-4" ] ;
fhir:display [ fhir:v "Cannot be determined" ]       ] )     ] )
  ] . #