電子カルテ情報共有サービス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-InstWithDepartment - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "Example-JP-Org-eCS-InstWithDepartment",
  "meta" : {
    "lastUpdated" : "2024-07-07T10: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-InstWithDepartment\"> </a><a name=\"hcExample-JP-Org-eCS-InstWithDepartment\"> </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-InstWithDepartment&quot; Updated&quot;2024-07-07 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 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>#08)</span></p><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no</code>/1311234567</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></div>"
  },
  "extension" : [
    {
      "url" : "http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.392.200250.2.2.2",
            "code" : "08",
            "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" : "みなと診療所"
}