電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 檢驗檢查 Specimen example - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IC-Spe4"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckSpecimen"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckSpecimen>     ] )
  ] ; # 
  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: Specimen IC-Spe4</b></p><a name=\"IC-Spe4\"> </a><a name=\"hcIC-Spe4\"> </a><a name=\"IC-Spe4-en-US\"> </a><p><b>subject</b>: <a href=\"Bundle-example-IC.html#https-//twcore.mohw.gov.tw/ig/emr/Patient/IC-Pat2\">Bundle: identifier = https://twcore.mohw.gov.tw/ig/index.html#Bundle-EMR; type = document; timestamp = 2023-01-04 13:01:56+0800</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 106004}\">Posterior carpal region</span></td></tr></table></div>"
  ] ; # 
  fhir:subject [
fhir:link <https://twcore.mohw.gov.tw/ig/emr/Patient/IC-Pat2> ;
fhir:reference [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Patient/IC-Pat2" ]
  ] ; # 
  fhir:collection [
fhir:bodySite [
      ( fhir:coding [
a sct:106004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106004" ]       ] ) ;
fhir:text [ fhir:v "Posterior carpal region" ]     ]
  ] . #