FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | MessageHeader |
| Id | MessageHeader-mes-request-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
訊息事件代碼: Laboratory report ( LOINC#11502-2)
訊息發送來源: https://tpech.gov.taipei/
訊息內容:
檢驗報告:DiagnosticReport/dia-example
病人:Patient/pat-example "陳加玲"
檢驗檢查資料:Observation/obs-lab-example
{
"resourceType": "MessageHeader",
"id": "mes-request-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"eventCoding": {
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
},
"source": {
"endpoint": "https://tpech.gov.taipei/"
},
"focus": [
{
"reference": "DiagnosticReport/dia-example"
},
{
"reference": "Patient/pat-example"
},
{
"reference": "Observation/obs-lab-example"
}
]
}