健診結果報告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-Insurer - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "Instance-for-Insurer",
  "meta" : {
    "lastUpdated" : "2024-04-05T13:28:17.239+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCheckup/StructureDefinition/JP_OrganizationInsurer_eCheckupGeneral"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Instance-for-Insurer</b></p><a name=\"Instance-for-Insurer\"> </a><a name=\"hcInstance-for-Insurer\"> </a><a name=\"Instance-for-Insurer-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-OrganizationInsurer-eCS-coveragePayer.html\">JP_OrganizationInsurer_eCheckupGeneral</a></p></div><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber</code>/06123456</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Insurance Company</span></p><p><b>name</b>: サンプル健康保険組合</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber",
      "value" : "06123456"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "ins"
        }
      ]
    }
  ],
  "name" : "サンプル健康保険組合"
}