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

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

: Example-JP-Org-eCS-Inst-Referral01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "Example-JP-Org-eCS-Inst-Referral01",
  "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><b>Generated Narrative: Organization </b><a name=\"Example-JP-Org-eCS-Inst-Referral01\"> </a><a name=\"hcExample-JP-Org-eCS-Inst-Referral01\"> </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\">ResourceOrganization &quot;Example-JP-Org-eCS-Inst-Referral01&quot; Updated&quot;2021-11-26 10:00:00+0900&quot;  (Language&quot;ja&quot;) </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>: 東京都 (Details: JP Core PrefectureNumber CodeSystem code 13  = ' 東京都 ', stated as ' null ')</p><p><b>JP Core Organization InsuranceOrganizationCategory Extension</b>: 医科 (Details: JP Core MedicalFeeScoreType CodeSystem code 1  = ' 医科 ', stated as ' null ')</p><p><b>JP Core Organization InsuranceOrganizationNo Extension</b>: <code>urn:oid:1.2.392.100495.20.3.23</code>/9876543</p><p><b>JP eCS Department Extension</b>: 眼科 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"urn:oid:1.2.392.200250.2.2.2\">JP Core Department SS-MIX CodeSystem</a>#26)</span></p><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no</code>/1319876543</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/6.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: 港診療所</p><p><b>telecom</b>: ph: 03-9876-5432</p><p><b>address</b>: 東京都港区新橋1−2−3</p></div>"
  },
  "extension" : [
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_PrefectureNo",
      "valueCoding" : {
        "system" : "urn:oid:1.2.392.100495.20.3.21",
        "code" : "13"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_InsuranceOrganizationCategory",
      "valueCoding" : {
        "system" : "urn:oid:1.2.392.100495.20.3.22",
        "code" : "1"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_InsuranceOrganizationNo",
      "valueIdentifier" : {
        "system" : "urn:oid:1.2.392.100495.20.3.23",
        "value" : "9876543"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.392.200250.2.2.2",
            "code" : "26",
            "display" : "眼科"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no",
      "value" : "1319876543"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov"
        }
      ]
    }
  ],
  "name" : "港診療所",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "03-9876-5432"
    }
  ],
  "address" : [
    {
      "text" : "東京都港区新橋1−2−3",
      "postalCode" : "106-9900",
      "country" : "JP"
    }
  ]
}