臺灣血液透析實作指引 (TW HD IG) - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: 範例:透析器 Asahi Rexeed-15L - TTL Representation
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:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hd-dialyzer-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-dialyzer"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/StructureDefinition/hd-dialyzer> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device hd-dialyzer-example</b></p><a name=\"hd-dialyzer-example\"> </a><a name=\"hchd-dialyzer-example\"> </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=\"StructureDefinition-hd-dialyzer.html\">透析器 (Dialyzer)</a></p></div><p><b>透析器表面積 (Dialyzer Surface Area)</b>: 1.5 m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codem2 = 'm2')</span></p><p><b>type</b>: <span title=\"Codes:{https://fhir.muen.tw/ig/hd/CodeSystem/dialyzer-model 36}\">Asahi Rexeed-15L</span></p><p><b>patient</b>: <a href=\"Patient-hd-patient-example.html\">王小明(official) Male, DoB: 1965-03-12 ( Medical record number (use: official, ))</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-device-surface-area"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/StructureDefinition/hd-device-surface-area> ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 1.5 ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "m2" ] ]
] ) ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://fhir.muen.tw/ig/hd/CodeSystem/dialyzer-model"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/CodeSystem/dialyzer-model> ] ;
fhir:code [ fhir:v "36" ] ;
fhir:display [ fhir:v "Asahi Rexeed-15L" ] ] )
] ; #
fhir:patient [
fhir:l fhir:Patient/hd-patient-example ;
fhir:reference [ fhir:v "Patient/hd-patient-example" ]
] . #