FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | DocumentReference |
| Id | DocumentReference-doc-outpatient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:Current ( DocumentReferenceStatus#current)
類型(type):門診紀錄(Outpatient Note) ( LOINC#34108-1)
病人:Patient/pat-example "陳加玲"
日期:2024-01-23T12:34:56
紀錄者:Practitioner/pra-dr-example "王依昇"
紀錄維護機構:Organization/org-hosp-example "衛生福利部臺北醫院"
紀錄中使用的檔案:
檔案類型(type):application/pdf
{
"resourceType": "DocumentReference",
"id": "doc-outpatient-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DocumentReference-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "34108-1",
"display": "Outpatient Note"
}
],
"text": "門診紀錄"
},
"subject": {
"reference": "Patient/pat-example"
},
"date": "2024-01-23T12:34:56Z",
"author": [
{
"reference": "Practitioner/pra-dr-example"
}
],
"custodian": {
"reference": "Organization/org-hosp-example"
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "ConsultationReport.pdf",
"title": "Consultation Report"
}
}
]
}