醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 失血量 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ObservationBloodLoss-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observationbloodloss-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observationbloodloss-imri>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>失血量</b></h3><p><b>手術</b>:<a href=\"Procedure-Procedure-pro.html\">Procedure/Procedure-pro</a></p><p><b>狀態</b>:Final</p><p><b>項目</b>:Procedure estimated blood loss Narrative <span style=\"background: LightGoldenRodYellow; margin:4px; border:1px solid khaki\">( <a href=\"http://loinc.org\">LOINCCodes</a>#59770-8)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>失血量</b>:1 C.C.</p></div>"
  ] ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "Procedure/Procedure-pro" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:59770-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59770-8" ] ;
fhir:display [ fhir:v "Procedure estimated blood loss Narrative" ]     ] ) ;
fhir:text [ fhir:v "Procedure estimated blood loss Narrative" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-min" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-09-08T11:25:11+08:00"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "C.C." ]
  ] . #