全國性預防接種資訊登錄與上傳實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hyweb-cdc/niis/ and changes regularly. See the Directory of published versions
: B肝病毒量採檢日期-Case1 - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Specimen/specimen-receivedTime-min> a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "specimen-receivedTime-min"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twniis.cdc.gov.tw/twniis/StructureDefinition/specimen-reporting-niis" ;
fhir:index 0 ;
fhir:link <https://twniis.cdc.gov.tw/twniis/StructureDefinition/specimen-reporting-niis>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>B肝病毒量採檢日期</b></h3><p><b>採檢日期</b>:2020-01-05</p><p><b>個案資料</b>:<a href=\"Patient-patient-id-min.html\">Patient/patient-id-min</a> \"陳小明\"</p></div>"
] ;
fhir:Specimen.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-id-min> ;
fhir:Reference.reference [ fhir:value "Patient/patient-id-min" ]
] ;
fhir:Specimen.receivedTime [ fhir:value "2020-01-05"^^xsd:date] .
<http://hl7.org/fhir/Patient/patient-id-min> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Specimen/specimen-receivedTime-min.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Specimen/specimen-receivedTime-min.ttl> .