健診結果報告FHIR記述仕様 実装ガイド
1.2.0 - release Japan

健診結果報告FHIR記述仕様 実装ガイド - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Instance-for-Encounter - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "Instance-for-Encounter",
  "meta" : {
    "lastUpdated" : "2024-04-05T13:28:17.239+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCheckup/StructureDefinition/JP_Encounter_eCheckupGeneral"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Instance-for-Encounter</b></p><a name=\"Instance-for-Encounter\"> </a><a name=\"hcInstance-for-Encounter\"> </a><a name=\"Instance-for-Encounter-ja-JP\"> </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\">Last updated: 2024-04-05 13:28:17+0900</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-Encounter-eCheckupGeneral.html\">JP_Encounter_eCheckupGeneral</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-eCheckup-codeSystem-encounterCategory.html#eCheckup-codeSystem-encounterCategory-checkup\">受診区分</a> checkup: 健診</p><p><b>period</b>: 2020-04-04 --&gt; 2020-04-04</p><p><b>serviceProvider</b>: <a href=\"Bundle-Bundle-eCheckupReport-Sample-01.html#urn-uuid-d1fb6063-8f12-4c2c-922a-7b5e467c8407\">Bundle: identifier = http://jpfhir.jp/fhir/clins/bundle-identifier#1318814790^2024^0123-Referral-203949583949; type = document; timestamp = 2024-04-05 13:28:17+0900</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://jpfhir.jp/fhir/eCheckup/CodeSystem/encounter-category",
    "code" : "checkup",
    "display" : "健診"
  },
  "period" : {
    "start" : "2020-04-04",
    "end" : "2020-04-04"
  },
  "serviceProvider" : {
    "reference" : "urn:uuid:d1fb6063-8f12-4c2c-922a-7b5e467c8407"
  }
}