HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Organization Example クリニック - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "jp-organization-example-clinic",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization jp-organization-example-clinic</b></p><a name=\"jp-organization-example-clinic\"> </a><a name=\"hcjp-organization-example-clinic\"> </a><a name=\"jp-organization-example-clinic-ja\"> </a><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 13</a>: 東京都</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 1</a>: 医科</p><p><b>JP Core Organization InsuranceOrganizationNo Extension</b>: <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/MedicalOrganizationID</code>/1234567</p><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no</code>/1311234567</p><p><b>name</b>: 太郎花子クリニック</p><p><b>address</b>: 東京都文京区本郷X−X−X 文京区 東京都 JPN </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"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no",
      "value" : "1311234567"
    }
  ],
  "name" : "太郎花子クリニック",
  "address" : [
    {
      "line" : [
        "東京都文京区本郷X−X−X"
      ],
      "city" : "文京区",
      "state" : "東京都",
      "country" : "JPN"
    }
  ]
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。