共同資料模式實作指引(Common Data Model IG)
1.0.0-Trial Use - draft

共同資料模式實作指引(Common Data Model IG) - Local Development build (v1.0.0-Trial Use). See the Directory of published versions

: Requested SNOMED Codes Code System - TTL Representation

Active as of 2023-03-21

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "snomed-requested-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/mcode/CodeSystem/snomed-requested-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">USCRS-34356<a name=\"snomed-requested-cs-USCRS-34356\"> </a></td><td>Bowel space (observable entity)</td></tr><tr><td style=\"white-space:nowrap\">USCRS-34358<a name=\"snomed-requested-cs-USCRS-34358\"> </a></td><td>Small bowel space (observable entity)</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://standard-interoperability-lab.com/fhir/CodeSystem/snomed-requested-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-Trial Use"] ; # 
  fhir:name [ fhir:v "SnomedRequestedCS"] ; # 
  fhir:title [ fhir:v "Requested SNOMED Codes Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-03-21T04:50:14+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "共同資料模式實作指引(Common Data Model IG)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ghd.tw/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes requested from SNOMED by mCODE, to be issued at a later date. Where numeric codes are given, these correspond to the expected SNOMED CT codes. Terms beginning with 'USCRS-' (for United States Content Request Service) represent request identifiers with no SNOMED code yet approved or assigned."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "USCRS-34356" ] ;
fhir:display [ fhir:v "Bowel space (observable entity)" ]
  ] [
fhir:code [ fhir:v "USCRS-34358" ] ;
fhir:display [ fhir:v "Small bowel space (observable entity)" ]
  ] ) . #