This page is part of the 臺灣健保癌症用藥事前審查實作指引(TWPAS IG) (v1.2.4: STU1.2.4) 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
@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/Composition/opd> a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "opd"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Composition-opd-twpas" ;
fhir:index 0 ;
fhir:link <https://nhicore.nhi.gov.tw/pas/StructureDefinition/Composition-opd-twpas>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition opd</b></p><a name=\"opd\"> </a><a name=\"hcopd\"> </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-Composition-opd-twpas.html\">門診病歷-Composition OPD TWPAS</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34108-1}\">Outpatient Note</span></p><p><b>encounter</b>: <a href=\"Encounter-enc-opd.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = Family practice (qualifier value); period = 2025-11-11 --> (ongoing)</a></p><p><b>date</b>: 2024-05-30</p><p><b>author</b>: <a href=\"Organization-org-hosp-example.html\">Organization 臺北市立聯合醫院</a></p><p><b>title</b>: 門診病歷</p></div>"
] ;
fhir:Composition.status [ fhir:value "final"] ;
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:34108-1 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "34108-1" ]
]
] ;
fhir:Composition.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
] ;
fhir:Composition.encounter [
fhir:link <http://hl7.org/fhir/Encounter/enc-opd> ;
fhir:Reference.reference [ fhir:value "Encounter/enc-opd" ]
] ;
fhir:Composition.date [ fhir:value "2024-05-30"^^xsd:date] ;
fhir:Composition.author [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/org-hosp-example> ;
fhir:Reference.reference [ fhir:value "Organization/org-hosp-example" ]
] ;
fhir:Composition.title [ fhir:value "門診病歷"] ;
fhir:Composition.section [
fhir:index 0 ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:10154-3 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "10154-3" ]
]
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/obs-subjective> ;
fhir:Reference.reference [ fhir:value "Observation/obs-subjective" ]
]
], [
fhir:index 1 ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:61149-1 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "61149-1" ]
]
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/obs-objective> ;
fhir:Reference.reference [ fhir:value "Observation/obs-objective" ]
]
], [
fhir:index 2 ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:51848-0 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "51848-0" ]
]
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ClinicalImpression/cliImp-min> ;
fhir:Reference.reference [ fhir:value "ClinicalImpression/cliImp-min" ]
]
], [
fhir:index 3 ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:18776-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "18776-5" ]
]
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/CarePlan/careplan-min> ;
fhir:Reference.reference [ fhir:value "CarePlan/careplan-min" ]
]
] .
<http://hl7.org/fhir/Patient/pat-min> a fhir:Patient .
<http://hl7.org/fhir/Encounter/enc-opd> a fhir:Encounter .
<http://hl7.org/fhir/Organization/org-hosp-example> a fhir:Organization .
<http://hl7.org/fhir/Observation/obs-subjective> a fhir:Observation .
<http://hl7.org/fhir/Observation/obs-objective> a fhir:Observation .
<http://hl7.org/fhir/ClinicalImpression/cliImp-min> a fhir:ClinicalImpression .
<http://hl7.org/fhir/CarePlan/careplan-min> a fhir:CarePlan .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Composition/opd.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Composition/opd.ttl> .
IG © 2024+ 衛生福利部中央健康保險署. Package tw.gov.mohw.nhi.pas#1.2.4 based on FHIR 4.0.1. Generated 2026-06-26
Links: Table of Contents |
QA Report
| Version History
