FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Procedure |
| Id | Procedure-pro-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
處置或手術狀態:completed
處置或手術的識別碼:子宮超音波 ( 臺灣2021年中文版ICD-10-PCS#BU46ZZZ)
病人:Patient/pat-example "陳加玲"
執行時間:2022-08-12
診斷者:Practitioner/pra-dr-example "王依昇"
身體部位:Gravid uterus ( SNOMED CT#9258009)
| - | 角色 | 所屬機構 |
| * | Practitioner/pra-dr-example "王依昇" | Organization/org-hosp-example "衛生福利部臺北醫院" |
{
"resourceType": "Procedure",
"id": "pro-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw",
"code": "BU46ZZZ"
}
],
"text": "子宮超音波"
},
"subject": {
"reference": "Patient/pat-example"
},
"performedDateTime": "2022-08-12",
"asserter": {
"reference": "Practitioner/pra-dr-example"
},
"performer": [
{
"actor": {
"reference": "Practitioner/pra-dr-example"
},
"onBehalfOf": {
"reference": "Organization/org-hosp-example"
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "9258009"
}
]
}
]
}