@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 -------------------------------------------------------------------

<https://fhir.muen.tw/ig/hd/ValueSet/hd-body-weight-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hd-body-weight-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hd-body-weight-vs</b></p><a name=\"hd-body-weight-vs\"> </a><a name=\"hchd-body-weight-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/8347-7/\">8347-7</a></td><td>透析前體重，量測 (Body weight Measured --pre dialysis)</td></tr><tr><td><a href=\"https://loinc.org/8344-4/\">8344-4</a></td><td>透析後體重，量測 (Body weight Measured --post dialysis)</td></tr><tr><td><a href=\"https://loinc.org/8341-0/\">8341-0</a></td><td>乾體重，量測 (Dry body weight Measured)</td></tr><tr><td><a href=\"https://loinc.org/8340-2/\">8340-2</a></td><td>乾體重，估計 (Dry body weight Estimated)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.muen.tw/ig/hd/ValueSet/hd-body-weight-vs"^^xsd:anyURI ;
     fhir:l <https://fhir.muen.tw/ig/hd/ValueSet/hd-body-weight-vs>
  ] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "HDBodyWeightVS"] ; # 
  fhir:title [ fhir:v "透析體重量測 LOINC (HD Body Weight)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-11T17:55:18+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "沐恩生醫光電股份有限公司"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "沐恩生醫光電股份有限公司" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.muenai.com/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "service@muenai.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "血液透析體重量測之 LOINC：透析前 / 後體重與乾體重（量測 / 估計）。"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "TW" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "8347-7" ] ;
         fhir:display [ fhir:v "透析前體重，量測 (Body weight Measured --pre dialysis)" ]
       ] [
         fhir:code [ fhir:v "8344-4" ] ;
         fhir:display [ fhir:v "透析後體重，量測 (Body weight Measured --post dialysis)" ]
       ] [
         fhir:code [ fhir:v "8341-0" ] ;
         fhir:display [ fhir:v "乾體重，量測 (Dry body weight Measured)" ]
       ] [
         fhir:code [ fhir:v "8340-2" ] ;
         fhir:display [ fhir:v "乾體重，估計 (Dry body weight Estimated)" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

