HL7 FHIR JP Core ImplementationGuide
1.1.2-url - ci-build Japan

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

: JP Core Organization Example ABC検査株式会社 - JSON Representation

Raw json | Download



{

  "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>: ひまわりABC検査株式会社健康保険組合</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" : "ひまわりABC検査株式会社健康保険組合"

}