臺灣愛滋病實作指引
0.1.0 - ci-build Taiwan, Province of China flag

臺灣愛滋病實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/omnifhir/aids/ and changes regularly. See the Directory of published versions

: 用藥通報 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/drug> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "drug"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/Bundle-aids-drug" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/Bundle-aids-drug>
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "message"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/MessageHeader/message-drug" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/MessageHeader/message-drug>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/MedicationRequest/medReq-min" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/MedicationRequest/medReq-min>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/Organization/hosp" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/Organization/hosp>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/Patient/pat-min" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/Patient/pat-min>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/Practitioner/pra-min" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/Practitioner/pra-min>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/Encounter/enc-drug" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/Encounter/enc-drug>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/Observation/weight" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/Observation/weight>
  ], [
     fhir:index 7 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://cdc.gov.tw/aids/Specimen/spe-min" ] ;
     fhir:Bundle.entry.resource <https://cdc.gov.tw/aids/Specimen/spe-min>
  ] .

<https://cdc.gov.tw/aids/MessageHeader/message-drug> a fhir:MessageHeader ;
  fhir:Resource.id [ fhir:value "message-drug"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/MessageHeader-aids-drug" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/MessageHeader-aids-drug>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_message-drug\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 消息标头 message-drug</b></p><a name=\"message-drug\"> </a><a name=\"hcmessage-drug\"> </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-MessageHeader-aids-drug.html\">用藥通報訊息-MessageHeader AIDS Drug</a></p></div><p><b>event</b>: <a href=\"CodeSystem-cdc-message-event.html#cdc-message-event-drug\">CDC-訊息事件: drug</a> (用藥通報)</p><p><b>sender</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://www.ntuh.gov.tw\">https://www.ntuh.gov.tw</a></td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"MedicationRequest-medReq-min.html\">MedicationRequest: identifier = 0123456789005982020160624AC13083100; status = active; intent = order; medication[x] = \"ISONIAZID TABLETS \"\"WINSTON\"\"\"; authoredOn = 2016-06-20; reasonCode = 肺結核</a></li><li><a href=\"Specimen-spe-min.html\">Specimen: identifier = 0123456789005982020160624AC13083100</a></li></ul></div>"
  ] ;
  fhir:MessageHeader.eventCoding [
     fhir:Coding.system [ fhir:value "https://cdc.gov.tw/aids/CodeSystem/cdc-message-event" ] ;
     fhir:Coding.code [ fhir:value "drug" ]
  ] ;
  fhir:MessageHeader.sender [
     fhir:link <http://hl7.org/fhir/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.endpoint [ fhir:value "https://www.ntuh.gov.tw" ]
  ] ;
  fhir:MessageHeader.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/medReq-min> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/medReq-min" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Specimen/spe-min> ;
     fhir:Reference.reference [ fhir:value "Specimen/spe-min" ]
  ] .

<http://hl7.org/fhir/Organization/hosp> a fhir:Organization .

<http://hl7.org/fhir/MedicationRequest/medReq-min> a fhir:MedicationRequest .

<http://hl7.org/fhir/Specimen/spe-min> a fhir:Specimen .

<https://cdc.gov.tw/aids/MedicationRequest/medReq-min> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "medReq-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/MedicationRequest-aids-drug" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/MedicationRequest-aids-drug>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_medReq-min\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 药物请求 medReq-min</b></p><a name=\"medReq-min\"> </a><a name=\"hcmedReq-min\"> </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-MedicationRequest-aids-drug.html\">用藥-MedicationRequest AIDS Drug</a></p></div><p><b>identifier</b>: 0123456789005982020160624AC13083100</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw AC13083100}\">\"ISONIAZID TABLETS \"\"WINSTON\"\"\"</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-drug.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = 胸腔內科; period = 2026-05-01 --&gt; 2026-05-02</a></p><p><b>supportingInformation</b>: <a href=\"Observation-weight.html\">Observation Body weight</a></p><p><b>authoredOn</b>: 2016-06-20</p><p><b>requester</b>: <a href=\"Practitioner-pra-min.html\">Practitioner: identifier = National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, )</a></p><p><b>reasonCode</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw A15.0}\">1</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Once</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>28</td></tr></table></div>"
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "0123456789005982020160624AC13083100" ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw" ] ;
       fhir:Coding.code [ fhir:value "AC13083100" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] ;
  fhir:MedicationRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/enc-drug> ;
     fhir:Reference.reference [ fhir:value "Encounter/enc-drug" ]
  ] ;
  fhir:MedicationRequest.supportingInformation [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/weight> ;
     fhir:Reference.reference [ fhir:value "Observation/weight" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2016-06-20"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/pra-min> ;
     fhir:Reference.reference [ fhir:value "Practitioner/pra-min" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw" ] ;
       fhir:Coding.code [ fhir:value "A15.0" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "1" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.boundsDuration [
           fhir:Quantity.value [ fhir:value "28"^^xsd:decimal ] ;
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
           fhir:Quantity.code [ fhir:value "d" ]
         ]
       ] ;
       fhir:Timing.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation" ] ;
           fhir:Coding.code [ fhir:value "QD" ]
         ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "28"^^xsd:decimal ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-min> a fhir:Patient .

<http://hl7.org/fhir/Encounter/enc-drug> a fhir:Encounter .

<http://hl7.org/fhir/Observation/weight> a fhir:Observation .

<http://hl7.org/fhir/Practitioner/pra-min> a fhir:Practitioner .

<https://cdc.gov.tw/aids/Organization/hosp> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "hosp"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/Organization-aids" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/Organization-aids>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_hosp\"> </a><h3><b>醫事機構</b></h3><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\">Profile: <a href=\"StructureDefinition-Organization-aids.html\">醫事機構-Organization AIDS</a></p></div><p><b>識別碼型別</b>:Provider number<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">IdentifierType</a>#PRN)</span><br/><b>機構代碼(official)</b>:0401180014 (https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw)</p><p><b>機構種類</b>:Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-organization-type.html\">OrganizationType</a>#prov)</span></p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "PRN" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw" ] ;
     fhir:Identifier.value [ fhir:value "0401180014" ]
  ] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "prov" ]
     ]
  ] .

<https://cdc.gov.tw/aids/Patient/pat-min> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "pat-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/Patient-aids" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/Patient-aids>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><a name=\"Patient_pat-min\"> </a><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient-aids.html\">病人資訊-Patient AIDS</a></p></div><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx)</span><br/><b>身分證字號(official)</b>:M123456789 (http://www.moi.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:0059820 (https://www.tph.mohw.gov.tw)</p></blockquote><p><b>性別</b>:男</p><p><b>出生日期</b>:1986-01-01</p></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "NNxxx" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "M123456789" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "0059820" ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1986-01-01"^^xsd:date] ;
  fhir:Patient.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] .

<https://cdc.gov.tw/aids/Practitioner/pra-min> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "pra-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/Practitioner-aids" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/Practitioner-aids>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_pra-min\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 执业人员 pra-min</b></p><a name=\"pra-min\"> </a><a name=\"hcpra-min\"> </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-Practitioner-aids.html\">醫師-Practitioner AIDS</a></p></div><p><b>identifier</b>: National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code/I200009876 (use: official, )</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "NNxxx" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "I200009876" ]
  ] .

<https://cdc.gov.tw/aids/Encounter/enc-drug> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "enc-drug"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/Encounter-aids-drug" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/Encounter-aids-drug>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_enc-drug\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 就医过程 enc-drug</b></p><a name=\"enc-drug\"> </a><a name=\"hcenc-drug\"> </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-Encounter-aids-drug.html\">就醫資訊-Encounter AIDS Drug</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw AC}\">胸腔內科</span></p><p><b>period</b>: 2026-05-01 --&gt; 2026-05-02</p></div>"
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ]
  ] ;
  fhir:Encounter.serviceType [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw" ] ;
       fhir:Coding.code [ fhir:value "AC" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2026-05-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-05-02"^^xsd:date ]
  ] .

<https://cdc.gov.tw/aids/Observation/weight> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "weight"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-body-weight-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-body-weight-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_weight\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 weight</b></p><a name=\"weight\"> </a><a name=\"hcweight\"> </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=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/StructureDefinition-Observation-body-weight-twcore.html\">TW Core Observation Body Weight</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))</a></p><p><b>effective</b>: 2026-05-01</p><p><b>value</b>: 50.1 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "vital-signs" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:29463-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "29463-7" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-05-01"^^xsd:date] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "50.1"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "kg" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "kg" ]
  ] .

<https://cdc.gov.tw/aids/Specimen/spe-min> a fhir:Specimen ;
  fhir:Resource.id [ fhir:value "spe-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://cdc.gov.tw/aids/StructureDefinition/Specimen-aids-drug" ;
       fhir:index 0 ;
       fhir:link <https://cdc.gov.tw/aids/StructureDefinition/Specimen-aids-drug>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_spe-min\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 标本 spe-min</b></p><a name=\"spe-min\"> </a><a name=\"hcspe-min\"> </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-Specimen-aids-drug.html\">用藥通報檢體-Specimen AIDS Drug</a></p></div><p><b>identifier</b>: 0123456789005982020160624AC13083100</p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))</a></p></div>"
  ] ;
  fhir:Specimen.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "0123456789005982020160624AC13083100" ]
  ] ;
  fhir:Specimen.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/drug.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/drug.ttl> .