Fujitsu Healthy Living JP Core extension Implementation Guide 1.1.1 - release
Publication Build: This will be filled in by the publication tooling
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 "jp-procedure-body-site-vs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-jp-procedure-body-site-cs.html\"><code>http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureBodySite_CS</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://jpfhir.jp/fhir/core/ValueSet/JP_ProcedureBodySite_VS"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.1"] ; # fhir:name [ fhir:v "JP_ProcedureBodySite_VS"] ; # fhir:title [ fhir:v "JP Core Procedure BodySite ValueSet"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2022-10-24"^^xsd:date] ; # fhir:publisher [ fhir:v "Fujitsu"] ; # fhir:contact ( [ fhir:name [ fhir:v "Fujitsu" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ig.fujitsu.com/healthy-living-jpcore-ext" ] ] ) ] ) ; # fhir:description [ fhir:v "処置の対象となる身体部位のコード"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureBodySite_CS"^^xsd:anyURI ] ] ) ] . #