JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

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

: janusync-encounter-amb-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "janusync-encounter-amb-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter janusync-encounter-amb-example</b></p><a name=\"janusync-encounter-amb-example\"> </a><a name=\"hcjanusync-encounter-amb-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-encounter.html\">JanuSync Encounter</a></p></div><p><b>JanuSyncEncounterVisitType</b>: <span title=\"Codes:{http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-visit-type 20}\">재진</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></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-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></td></tr></table><p><b>period</b>: 2000-01-01 14:00:00+0900 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-janusync-organization-example.html\">Organization 파이종합병원</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterVisitType",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-visit-type",
            "code" : "20",
            "display" : "재진"
          }
        ]
      }
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-patient-example"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
      }
    }
  ],
  "period" : {
    "start" : "2000-01-01T14:00:00+09:00"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/janusync-organization-example"
  }
}