{
  "resourceType" : "Organization",
  "id" : "jp-organization-example-inspection",
  "meta" : {
    "profile" : ["http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization jp-organization-example-inspection</b></p><a name=\"jp-organization-example-inspection\"> </a><a name=\"hcjp-organization-example-inspection\"> </a><a name=\"jp-organization-example-inspection-ja\"> </a><p><b>identifier</b>: <code>http://abc-hospital.local/fhir/Organization/localcode</code>/000-000-000</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type team}\">Organizational team</span></p><p><b>name</b>: ひまわりＡＢＣ検査株式会社健康保険組合</p></div>"
  },
  "identifier" : [{
    "system" : "http://abc-hospital.local/fhir/Organization/localcode",
    "value" : "000-000-000"
  }],
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "code" : "team",
      "display" : "Organizational team"
    }]
  }],
  "name" : "ひまわりＡＢＣ検査株式会社健康保険組合"
}