同意書實作指引(Consent Form IG)
0.1.0 - CI Build

This page is part of the 同意書實作指引 (v0.1.0: Releases Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DocumentReference-參照的文件 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "doc-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hitstdio.ntunhs.edu.tw/consentForm/StructureDefinition/DocumentReference-cf"^^xsd:anyURI ;
fhir:link <http://hitstdio.ntunhs.edu.tw/consentForm/StructureDefinition/DocumentReference-cf>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>參照的文件</b></h3><p><b>狀態</b>:current</p><p><b>文件分類</b>:切結書 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-consent-category.html\">同意書類別</a>#AFFT)</span></p><p><b>認證者</b>:<a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p><blockquote><p><b>內容規格</b>:application/pdf <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-mimetypes.html\">MimeType</a>#application/pdf)</span></p><p><b>url</b>:<a href=\"https://drive.google.com/drive/folders/1DZo0g91PZfz3TRMVZ3toQr1DuLYoy_VA\">https://drive.google.com/drive/folders/1DZo0g91PZfz3TRMVZ3toQr1DuLYoy_VA</a></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/consent-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AFFT" ]     ] )
  ] ) ; # 
  fhir:authenticator [
fhir:reference [ fhir:v "Organization/org-hosp-example" ]
  ] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "https://drive.google.com/drive/folders/1DZo0g91PZfz3TRMVZ3toQr1DuLYoy_VA"^^xsd:anyURI ]     ]
  ] ) . #