JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド
1.0.0 - draft

JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JSP QResponse Submission CodeSystem - TTL Representation

Draft as of 2025-03-01

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "jsp-qresponse-submission-cs"] ; # 
  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: CodeSystem jsp-qresponse-submission-cs</b></p><a name=\"jsp-qresponse-submission-cs\"> </a><a name=\"hcjsp-qresponse-submission-cs\"> </a><a name=\"jsp-qresponse-submission-cs-en-US\"> </a><p>This case-sensitive code system <code>http://jaspehr.jp/fhir/CodeSystem/JSP_QResponse_Submission_CS</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">submission<a name=\"jsp-qresponse-submission-cs-submission\"> </a></td><td>提出データ</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://jaspehr.jp/fhir/CodeSystem/JSP_QResponse_Submission_CS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "JSP_QResponse_Submission_CS"] ; # 
  fhir:title [ fhir:v "JSP QResponse Submission CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-03-01T09:30:06+01:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "提出データコード表"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "submission" ] ;
fhir:display [ fhir:v "submission" ] ;
fhir:definition [ fhir:v "提出データ" ]
  ] ) . #