醫查實作指引
0.1.0 - CI Build

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

: 癌症期別範例 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ObservationCancerStaging-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-cancerstaging-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-cancerstaging-imri>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>癌症期別</b></h3><p><b>分類</b>:Staging Cancer Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC Codes</a>#22037-6)</span></p><p><b>癌症期別狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/observation-status\">ObservationStatus</a>#final)</span></p><p><b>癌症期別代碼</b>:Clinical TNM stage grouping <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">mCode Cancer Stage Type</a>#399537006)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>癌症期別</b>:American Joint Committee on Cancer stage IIIC (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">mCode Cancer Stage Type</a>#1222806003)</span></p><p><b>檢驗日期</b>:2024-04-01</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:22037-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22037-6" ] ;
fhir:display [ fhir:v "Staging Cancer Narrative" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:399537006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "399537006" ] ;
fhir:display [ fhir:v "Clinical TNM stage grouping" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-min" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-04-01"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Practitioner-min" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:1222806003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1222806003" ] ;
fhir:display [ fhir:v "American Joint Committee on Cancer stage IIIC (qualifier value)" ]     ] )
  ] . #