電子カルテ情報共有サービスFHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) ドラフト版
0.9.13 - draft Japan

電子カルテ情報共有サービスFHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) ドラフト版 - Local Development build (v0.9.13) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example_JP_Encounter_IMP - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "Example-JP-Encounter-IMP",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"Example-JP-Encounter-IMP\"> </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;Example-JP-Encounter-IMP&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter\">JP Core Encounter Profile</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: 入院中 (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as '入院中')</p><p><b>period</b>: 2021-07-05 --&gt; (ongoing)</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "入院中"
  },
  "period" : {
    "start" : "2021-07-05"
  }
}