MyHealthWay
1.0.1 - Trial-Implementation KR

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

: MyHealthWay Encounter Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "MyHealthWayEncounterExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"MyHealthWayEncounterExample\"> </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 Encounter &quot;MyHealthWayEncounterExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-encounter.html\">MyHealthWay Encounter Profile</a></p></div><p><b>KR Core Insurance Types Extension</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-insurance-types.html\">HIRA Insurance Types</a>#4)</span></p><p><b>identifier</b>: id:\u00a0<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/NamingSystem-ns-hira-healthcare-organization-identifier.html\">#</a>example</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'null')</p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-MyHealthWayPractitionerRoleExample.html\">PractitionerRole/MyHealthWayPractitionerRoleExample</a></td></tr></table><p><b>period</b>: 2023-04-30 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-MyHealthWayOrganizationExample.html\">Organization/MyHealthWayOrganizationExample</a> &quot;한국병원&quot;</p></div>"
  },
  "extension" : [
    {
      "url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types",
            "code" : "4",
            "display" : "건강보험"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://www.hl7korea.or.kr/Identifier/hira-krnpi",
      "value" : "example"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "subject" : {
    🔗 "reference" : "Patient/MyHealthWayPatientExample"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "PractitionerRole/MyHealthWayPractitionerRoleExample"
      }
    }
  ],
  "period" : {
    "start" : "2023-04-30"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/MyHealthWayOrganizationExample"
  }
}