MyHealthWay
1.0.0 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Procedure Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "MyHealthWayProcedureExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"MyHealthWayProcedureExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Procedure &quot;MyHealthWayProcedureExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-procedure.html\">MyHealthWay Procedure Profile</a></p></div><p><b>identifier</b>: id:\u00a0procedure-example</p><p><b>status</b>: completed</p><p><b>code</b>: 체외충격파쇄석술[신,요관, 방광결석 또는 담석, 췌석] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-edi-procedure.html\">HIRA EDI Procedure</a>#R3505)</span></p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>encounter</b>: <a href=\"Encounter-MyHealthWayEncounterExample.html\">Encounter/MyHealthWayEncounterExample</a></p><p><b>performed</b>: 2023-04-30</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-MyHealthWayPractitionerRoleExample.html\">PractitionerRole/MyHealthWayPractitionerRoleExample</a></td></tr></table></div>"
  },
  "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"
      }
    }
  ]
}