FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeProcedure
IdProcedure-MyHealthWayProcedureExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Performers

-Actor
*PractitionerRole/MyHealthWayPractitionerRoleExample

Source1

{
  "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"
      }
    }
  ]
}