FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | Procedure |
| Id | Procedure-MyHealthWayProcedureExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure
Resource Procedure "MyHealthWayProcedureExample"
Profile: MyHealthWay Procedure Profile
identifier: http://www.example.com/procedure-example
status: completed
code: 체외충격파쇄석술[신,요관, 방광결석 또는 담석, 췌석] (HIRA EDI Procedure#R3505)
subject: Patient/MyHealthWayPatientExample ""
encounter: Encounter/MyHealthWayEncounterExample
performed: 2023-04-30
| Actor |
| PractitionerRole/MyHealthWayPractitionerRoleExample |
{
"resourceType": "Procedure",
"id": "MyHealthWayProcedureExample",
"meta": {
"profile": [
"https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.com",
"value": "procedure-example"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
"code": "R3505",
"display": "체외충격파쇄석술[신,요관, 방광결석 또는 담석, 췌석]"
}
]
},
"subject": {
"reference": "Patient/MyHealthWayPatientExample"
},
"encounter": {
"reference": "Encounter/MyHealthWayEncounterExample"
},
"performedDateTime": "2023-04-30",
"performer": [
{
"actor": {
"reference": "PractitionerRole/MyHealthWayPractitionerRoleExample"
}
}
]
}