FHIR IG analytics| Package | tw.gov.mohw.nhi.pas |
| Resource Type | Encounter |
| Id | Encounter-enc-opd.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter enc-opd
Profile: 門診病歷-Encounter OPD TWPAS
status: Finished
class: ActCode: AMB (ambulatory)
serviceType: Family practice (qualifier value)
subject: 王大明 Male, DoB: 2001-01-01 ( Medical record number (use: official, ))
| Individual |
| Practitioner: identifier = National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code,Medical License number |
period: 2025-11-11 --> (ongoing)
diagnosis
condition: Condition M17.11
rank: 1
diagnosis
condition: Condition I10
rank: 2
serviceProvider: Organization 臺北市立聯合醫院
{
"resourceType": "Encounter",
"id": "enc-opd",
"meta": {
"profile": [
"https://nhicore.nhi.gov.tw/pas/StructureDefinition/Encounter-opd-twpas"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"serviceType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000"
}
]
},
"subject": {
"reference": "Patient/pat-min"
},
"participant": [
{
"individual": {
"reference": "Practitioner/pra-min"
}
}
],
"period": {
"start": "2025-11-11"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/con-diagnosis"
},
"rank": 1
},
{
"condition": {
"reference": "Condition/con-comorbidity"
},
"rank": 2
}
],
"serviceProvider": {
"reference": "Organization/org-hosp-example"
}
}