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 Resource Types ValueSet - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "jsp-resource-types"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  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 jsp-resource-types</b></p><a name=\"jsp-resource-types\"> </a><a name=\"hcjsp-resource-types\"> </a><a name=\"jsp-resource-types-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a></p></div><ul><li>Include codes from<a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html\"><code>http://hl7.org/fhir/resource-types</code></a> where code  in Questionnaire, Patient, MedicationRequest, Condition, Observation, Encounter</li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://jaspehr.jp/fhir/StructureDefinition/JSP_Resource_Types_VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "JSP_Resource_Types_VS"] ; # 
  fhir:title [ fhir:v "JSP Resource Types ValueSet"] ; # 
  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 "提出データに添付を許可するリソース( Questionnaire, Patient, MedicationRequest, Condition, Observation, Encounter )"] ; # 
  fhir:immutable [ fhir:v true] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "code" ] ;
fhir:op [ fhir:v "in" ] ;
fhir:value [ fhir:v "Questionnaire, Patient, MedicationRequest, Condition, Observation, Encounter" ]       ] )     ] )
  ] . #