FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | DocumentReference |
| Id | DocumentReference-doc-wound-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):驗傷報告(Injury event summary Document) ( LOINC#74209-8)
病人:Patient/pat-example "陳加玲"
日期:2024-01-23T15:45:00
紀錄者:Practitioner/pra-dr-example "王依昇"
就醫資料:Encounter/enc-example "就醫資料"
紀錄中使用的檔案:
檔案類型(type):image/jpeg
檔案: Wound Photo
{
"resourceType": "DocumentReference",
"id": "doc-wound-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": "74209-8",
"display": "Injury event summary Document"
}
],
"text": "驗傷報告"
},
"subject": {
"reference": "Patient/pat-example"
},
"date": "2024-01-23T15:45:00Z",
"author": [
{
"reference": "Practitioner/pra-dr-example"
}
],
"custodian": {
"reference": "Organization/org-hosp-example"
},
"content": [
{
"attachment": {
"contentType": "image/jpeg",
"url": "https://obs.line-scdn.net/0hJczFr9HRFUxHPzhi5CVqG31pFiN0UwZPIwlETwRRS3g5ClpKL1wPImRrSCg6D1ISKQlYKGY7Dn1jBlZPf1sP/w1200",
"title": "Wound Photo"
}
}
],
"context": {
"encounter": [
{
"reference": "Encounter/enc-example"
}
]
}
}