Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: OrganizationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "o001",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-organization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"o001\"> </a><a name=\"hco001\"> </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\">Resource Organization &quot;o001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-organization.html\">Fujitsu Organization Profile</a></p></div><p><b>JP Core Organization PrefectureNo Extension</b>: 千葉県 (Details: urn:oid:1.2.392.100495.20.3.21 code 12 = '千葉県', stated as 'null')</p><p><b>JP Core Organization InsuranceOrganizationCategory Extension</b>: 医科 (Details: urn:oid:1.2.392.100495.20.3.22 code 1 = '医科', stated as 'null')</p><p><b>JP Core Organization InsuranceOrganizationNo Extension</b>: <code>urn:oid:1.2.392.100495.20.3.23</code>/1</p><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no</code>/1219999999</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: サンプル病院</p><p><b>telecom</b>: ph: 04-1111-1111, fax: 04-2222-2222</p><p><b>address</b>: 千葉県○○市△△1-2-3</p></div>"
  },
  "extension" : [
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_PrefectureNo",
      "valueCoding" : {
        "system" : "urn:oid:1.2.392.100495.20.3.21",
        "code" : "12"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_InsuranceOrganizationCategory",
      "valueCoding" : {
        "system" : "urn:oid:1.2.392.100495.20.3.22",
        "code" : "1"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Organization_InsuranceOrganizationNo",
      "valueIdentifier" : {
        "system" : "urn:oid:1.2.392.100495.20.3.23",
        "value" : "1"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no",
      "value" : "1219999999"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "サンプル病院",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "04-1111-1111"
    },
    {
      "system" : "fax",
      "value" : "04-2222-2222"
    }
  ],
  "address" : [
    {
      "text" : "千葉県○○市△△1-2-3",
      "postalCode" : "277-9999",
      "country" : "jp"
    }
  ]
}