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 病院 - JSON Representation

Raw json | Download



{

  "resourceType" : "Organization",

  "id" : "jp-organization-example-hospital",

  "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-hospital</b></p><a name=\"jp-organization-example-hospital\"> </a><a name=\"hcjp-organization-example-hospital\"> </a><a name=\"jp-organization-example-hospital-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</a> 13: 東京都</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</a> 1: 医科</p><p><b>JP Core Organization InsuranceOrganizationNo Extension</b>: <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/MedicalOrganizationID</code>/9876543</p><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no</code>/1319876543</p><p><b>name</b>: 健康第一病院</p><p><b>address</b>: 東京都文京区本郷Y−Y−Y 文京区 東京都 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" : "9876543"

      }

    }

  ],

  "identifier" : [

    {

      "system" : "http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no",

      "value" : "1319876543"

    }

  ],

  "name" : "健康第一病院",

  "address" : [

    {

      "line" : [

        "東京都文京区本郷Y−Y−Y"

      ],

      "city" : "文京区",

      "state" : "東京都",

      "country" : "JPN"

    }

  ]

}