電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.5.1
1.5.1 - release Japan

電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.5.1 - Local Development build (v1.5.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example-JP-Org-eCS-ReferralTo01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Example-JP-Org-eCS-ReferralTo01",
  "meta" : {
    "lastUpdated" : "2021-11-26T10:00:00+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Organization_eCS"
    ]
  },
  "language" : "ja",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-JP-Org-eCS-ReferralTo01</b></p><a name=\"Example-JP-Org-eCS-ReferralTo01\"> </a><a name=\"hcExample-JP-Org-eCS-ReferralTo01\"> </a><a name=\"Example-JP-Org-eCS-ReferralTo01-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: 2021-11-26 10:00:00+0900; Language: ja</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-Organization-eCS.html\">JP_Organization_eCS</a></p></div><p><b>JP Core Organization PrefectureNo Extension</b>: <a href=\"http://jpfhir.jp/fhir/core/mhlw/CodeSystem/PrefectureNo-2digits#jp-prefecturenumber-cs-13\">JP Core PrefectureNumber CodeSystem</a> 13: 東京都</p><p><b>JP Core Organization InsuranceOrganizationCategory Extension</b>: <a href=\"http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationFeeScoreType#jp-medicalfeescoretype-cs-1\">JP Core MedicalFeeScoreType CodeSystem</a> 1: 医科</p><p><b>JP Core Organization InsuranceOrganizationNo Extension</b>: <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/MedicalOrganizationID</code>/1234567</p><p><b>JP eCS Department Extension</b>: <span title=\"Codes:{http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment 081}\">循環器内科</span></p><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no</code>/1311234567</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: 東京第一テスト病院</p><p><b>telecom</b>: ph: 03-1234-5678</p><p><b>address</b>: 東京都文京区文京町1−2−3</p></div>"
  },
  "extension" : [
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_PrefectureNo",
      "valueCoding" : {
        "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/PrefectureNo-2digits",
        "code" : "13"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_InsuranceOrganizationCategory",
      "valueCoding" : {
        "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationFeeScoreType",
        "code" : "1"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_InsuranceOrganizationNo",
      "valueIdentifier" : {
        "system" : "http://jpfhir.jp/fhir/core/mhlw/IdSystem/MedicalOrganizationID",
        "value" : "1234567"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment",
            "code" : "081",
            "display" : "循環器内科"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no",
      "value" : "1311234567"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov"
        }
      ]
    }
  ],
  "name" : "東京第一テスト病院",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "03-1234-5678"
    }
  ],
  "address" : [
    {
      "text" : "東京都文京区文京町1−2−3",
      "postalCode" : "113-0001",
      "country" : "JP"
    }
  ]
}