HL7 CDA 入門 本日のテーマ 日本 HL7 協会 CDA WG 平井正明 CDA とは XML と CDA HL7 V3 と CDA 電子紹介状 = 診療情報提供書を作ってみよう = 2010 年 7 月 6 日

Size: px
Start display at page:

Download "HL7 CDA 入門 本日のテーマ 日本 HL7 協会 CDA WG 平井正明 CDA とは XML と CDA HL7 V3 と CDA 電子紹介状 = 診療情報提供書を作ってみよう = 2010 年 7 月 6 日"

Transcription

1 HL7 CDA 入門 = 診療情報提供書を作ってみよう = 日本 HL7 協会 CDA WG 平井正明 2010 年 7 月 6 日 本日のテーマ CDA とは XML と CDA HL7 V3 と CDA 電子紹介状 2

2 CDA (Clinical Document Architecture) 診療文書アーキテクチャ CDA は 診療文書 を交換するため 構造とセマンティックを規定 永続性 ( 保存性 ): Persistent 診療文書は 定めた期間 存続し続ける 維持管理 : Stewardship 診療文書は その管理を受託した組織により維持管理される 真正性 : Potential for authentication 診療文書は 法的に認証された情報の集まりである 文脈 :Context 診療文書は その内容に対する初期値を設定する 完全性 :Wholeness 診療文書の認証は文書全体に適用し 部分 g 的な認証はしない 見読性 :Human readability 診療文書は 可読である CDAは テキスト イメージ サウンド その他のマルチメディア内容を含むことができる 3 CDA の各国での応用 4

3 紹介状 5 CDA R2 (Clinical Document Architecture Release 2) 6

4 CDA の歴史 1997 年 1 月 : HL7 SGML SIG として第一回目の会議が開催 1997 年 7 月 : Kona Mansion で運用開始 1998 年 1 月 : Kona(KEG) 編集グループ結成 1998 年 9 月 : (RIM ベースで ) Record Architecture (PRA) と改名 2000 年 1 月 : 第一回委員会投票パス 2000 年 5 月 : 第二回委員会投票パス 2000 年 9 月 : HL7 メンバー投票パス ( 全員賛同 ) 2000 年 11 月 : ANSI/HL7 CDA R 承認 2003 年 7 月 : CDA Release 2 第一回委員会投票パス 2005 年 1 月 : CDA R2 HL7 メンバー投票パス 2009 年 11 月 : ISO/HL :2009 Data Exchange Standards -- HL7 Clinical Document Architecture, Release 2 発行 7 CDA の構成 CDA <ClinicalDocument> ヘッダ 本体 患者情報作成者認証情報 ( 何の ) 文書等 検査情報観察情報処方情報処置 手技等 8

5 ヘッダ部に書かれる情報 患者情報 "recordtarget 作成者 " 代行入力者 "dataenterer 情報提供者 "informant 保管管理者 "custodian 情報受取者 "informationrecipient 法的認証者 "legalauthenticator 認証者 "authenticator 参加者 " オーダ情報 "infulfillmentof サービス行為 "documentationof 関連ドキュメント "relateddocument インフォームドコンセント情報 "ization 受診情報 "Of 9 本体 構造化本文 非 XML 文章 nonxmlbody 10

6 診療情報 診療行為 "encounter 検査 観察 "observation 検査メディア "observationmedia 画像等の注目点 "regionofinterest アクトの構成 "organizer 処置 手術 "procedure 投薬情報 "substanceadministration 物品管理 "supply 一般的な医療サービス "act ( 外部参照情報 ) 11 外部参照情報 外部行為情報 "externalact 外部検査 観察情報 "external 外部処置 手技情報 "externalprocedure 外部文書 "externaldocument 12

7 XML (extensible Markup Language) CDA は XML で書かれる 13 紹介状 XML <?xml version="1.0" encoding="utf-8"?> <ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:xsi=" xsi:schemalocation="urn:hl7-org:v3 CDA.xsd"> <typeid extension="pocd_hd000040jp00" root=" " /> <templateid root=" " /> <id root=" " extension=" " displayable="true" /> <code code="md " codesystem=" " codesystemname="jmix" displayname="referralnote" /> <title> 診療情報提供書 </title> <effectivetime value=" " /> <confidentialitycode code="n" codesystem=" " /> <languagecode code="ja-jp" /> <setid extension="123456" root=" " /> <versionnumber value="1" /> <recordtarget> <patientrole classcode="pat"> <id extension=" " root=" " assigningauthorityname=" 紹介元 " /> <id extension=" " root=" " assigningauthorityname=" 紹介先 " /> <id extension=" " root=" " assigningauthorityname=" 地域 " /> 14

8 XML とは XML (extensible Markup Language): 拡張可能な情報記述言語 XML は SGML (Standard Generalized Markup Language) から発展 1979 年 IBM の Charles Goldfarb は Edward Mosher および Raymond Lorie らとともに GML (Generalized Markup Language) を発表 1986 年 SGML として ISO になる XML は SGML のサブセットとして規定されたが 独自に発展を遂げている 最たるものは DTD のみならず XML で書かれた仕様書 Schema である HL7 V3 の実装技術 (ITS: Implementation Technology Specification) の ITS-XML 等で規定されている CDA は XML で記述される 15 XML の復習 < > で括られたタグで記述される < 名前 > 平井正明 </ 名前 > < 要素 > 内容 データ等 </ 要素 > 開始タグ終了タグ { 内容 データ が無いときは < 要素 /> と記述できる } 一般的記述 < 要素名属性 属性...> 内容 データ等 </ 要素名 > CDA では要素名 属性名は HL7 V3 で決められた名称が使用される 16

9 XML 宣言 XML 処理を行うための宣言 : 必ず XML 文書の先頭に書く必要がある 例 : <?xml version="1.0" encoding="utf-8"?> <?xml で始まり?> 終わる < 及び > と? の間に空白などは許されない version= 1.0 バージョン番号を示す 通常 1.0 で問題はない encoding= UTF-8 文字コードを示す日本語では Shift ー JIS ISO-2022-JP 等は使えるが 国際的な互換性を考慮し UTF-8 を推奨する その他 外部参照ファイルの有無 standalone があるが デフォルトは yes として使用される 17 XML 記述 <?xml version= 1.0 encoding= UTF 8?> <! XML 宣言が必要 (XML 文章の先頭にコメントは書けない ) > < 人 > < 姓名 ID= > コメントの開始 平井正明 </ 姓名 > 属性値 < 性別 > 男 </ 性別 > < 年齢 /> < 住所 > 要素名 属性名 東京都港区虎ノ門 1 丁目 19 番 9 号 </ 住所 > </ 人 > コメントの終了 18

10 名前空間 (Namespace) <ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:xsi=" xsi:schemalocation="urn:hl7-org:v3 CDA.xsd"> 要素名が異なったグループで重複する名前が必要なとき 空間 ( 名前空間 ) を分けて使用する xmlns= 名前空間 で記述する HL7 のデフォルト空間 ( 名前空間を明示しない ) は urn:hl7-org:v3 CDA ではスキーマの名前空間 xsi を定義している 名前空間名は一般に URI が使用されますが 実在の URI である必要はない 19 整形式 (Well Formed) XML 文書 XML 宣言がある ルート要素を一つだけ持つ CDA 文書 (R2) は <ClinicalDocument... で始まり </ClinicalDocument> で終わる 開始タグと終了タグがある 例 <name/> は可能 要素はネスト構造で 入れ子構造は使用できない 要素名 属性名は大文字と小文字は区別する 属性値は で囲む 20

11 検証済み (Valid) XML 文書 Schema(XML):XML 文書の内容 構造 構文 記述ルールを説明した仕様書 Schema により検証された文書 原則として V3 の XML 文書はスキーマ (Schema) により検証する例 :CDA のスキーマは先頭に CDA.xsd として記述する <ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:xsi=" xsi:schemalocation="urn:hl7-org:v3 CDA.xsd"> スキーマ CDA.xsd は次のように記述される本スキーマは日本向け診療情報提供書用に定義された CDA スキーマ POCD_MT000040JP00.xsd が Include する必要があることを示す <?xml version="1.0" encoding="utf-8" standalone="no"?> <xs:schema targetnamespace="urn:hl7-org:v3" xmlns:mif="urn:hl7-org:v3/mif" xmlns="urn:hl7-org:v3" xmlns:xs=" elementformdefault="qualified"> <xs:include schemalocation="../schemas/pocd_mt000040jp00.xsd" /> <xs:element name="clinicaldocument" type="pocd_mt000040jp00.clinicaldocument" /> </xs:schema> さらに V3 共通の用語 データタイプや CDA の Narrative 部のスキーマが用意されている 2006 年 Normative Edition では次の 5 つスキーマが共通定義されている datatypes.xsd datatypes-base.xsd infrastructureroot.xsd voc.xsd NarrativeBlock.xsd 21 XML で記述 <?xml version="1.0" encoding="utf-8"?> <ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:xsi=" xsi:schemalocation="urn:hl7-org:v3 CDA.xsd"> <typeid extension="pocd_hd000040jp00" root=" " /> <templateid root=" " /> <id root=" " extension=" " displayable="true" /> <code code="md " codesystem=" " codesystemname="jmix" displayname="referralnote" /> <title> 診療情報提供書 </title> <effectivetime value=" " /> <confidentialitycode code="n" codesystem=" " /> <languagecode code="ja-jp" /> <setid extension="123456" root=" " /> <versionnumber value="1" /> <recordtarget> <patientrole classcode="pat"> <id extension=" " root=" " assigningauthorityname=" 紹介元 " /> <id extension=" " root=" " assigningauthorityname=" 紹介先 " /> <id extension=" " root=" " assigningauthorityname=" 地域 " /> 22

12 CDA の構成 CDA <ClinicalDocument> ヘッダ 本体 患者情報作成者認証者 検査情報観察情報処方 手技 23 CDA の構成 CDA <ClinicalDocument> ヘッダ 本体 患者情報作成者認証者 検査情報観察情報処方 手技 24

13 V3 RIM (Reference Information Model) V3 RIM (Reference Information Model) 26

14 スーパクラスの表現 Role -classcode 27 クラス例 Entity Role Participation Act 日本太郎 医師 Practitioner 実施者 Performer 診察 東京花子 患者 本人 Subject 28

15 クラス図に展開する 日本太郎 東京花子 医師 Practitioner 患者 実施者 Performer 本人 Subject 診察 (POLB_RM900001) sample R-MIM for HL7 seminar presentation by Hirai Entity Role Participation Act 日本太郎 医師 0..1 Practitioner classcode*: <= PRT addr: BAG<AD> [] 0..1 playertelecom: BAG<TEL> [] certificatetext: ED [0..1] Practitioner practitioner typecode*: <= PRF 実施者 Performer effectivetime: GTS [0..1] 診察 東京花子 name: BAG<PN> [] administrativegendercode: CE CWE [0..1] <= AdministrativeGender 患者 patient 本人 Subject patient subject typecode*: <= SBJ 29 CDA は HL7 V3 に基づいている V3 HDF RIM Reference Information Model 基本仕様書 設計書 D MIM Domain Message Information Model 部門別設計書 R MIM Refined Message Information Model 詳細設計書 HMD メッセージ表 Hierarchical Message Description Schema XML インスタンス 診療情報提供書 30

16 V3 RIM (Reference Information Model) 31 クロン化 ( 患者属性 RIM R-MIM XML) <patient> <name use="ide"> <family> 日本 </family> <given> 次郎 </given> </name> <name use="syl"> <family> ニホン </family> <given> ジロウ </given> </name> <desc> 職業会社員 </desc> <administrativegendercode code="m" codesystem=" " /> <birthtime value=" " /> </patient> 32

17 患者情報は recordtarget 0..1 patient (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race 0..1 provider Role id: SET<II> [1..*] 1..* patientrole recordtarget typecode*: <= RCT <recordtarget> <patientrole classcode="pat"> <!-- 患者 ID --> <!-- id extension=" " root=" "/ --> <id nullflavor="oth" /> <!-- 患者住所 --> <addr> <country>jp</country> <postalcode> </postalcode> <streetname> 西片 1 丁目 17 番 8 号 </streetname> <city> 文京区 </city> <state> 東京都 </state> </addr> <!-- 患者連絡電話番号 --> <telecom use="h" value="tel: " /> <patient> <!-- 患者名 --> <name use="ide"> <family> 日本 </family> <given> 次郎 </given> </name> <name use="syl"> <family> ニホン </family> <given> ジロウ </given> </name> <!-- 職業など諸情報 --> <desc> 職業会社員 </desc> <!-- 性別 --> <administrativegendercode code="m" codesystem=" " /> <!-- 誕生日 --> <birthtime value=" " /> </patient> </patientrole> </recordtarget> 33 HL 7 V3 34

18 R-MIM V3 データタイプ XML <birthtime value=" " /> 35 R-MIM V3 用語 (Vocabulary) XML <administrativegendercode code="m" codesystem=" " /> 36

19 HMD (Hierarchical Message Description) 37 診療情報提供書 38

20 0..1 received 0..1 informationrecipient 0..1 related 0..1 scoping 0..1 associated IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] 0..1 represented Place 0..1 assigned classcode*: <= PLC 1..1 place Birthplace classcode*: <= BIRTHPL 0..1 birthplace 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice PartOf classcode*: <= PART 0..1 whole id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass RelatedEntity classcode*: <= RoleClassMutualRelationship code: CE CWE [0..1] <= alrelationshiproletype AssociatedEntity classcode*: <= RoleClassAssociative assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 0..1 represented 1..* assignedauthor AssignedAuthor AuthorChoice 0..1 assignedauthorchoice 1..1 assignedcustodian AssignedCustodian custodian name: SET<PN> [] typecode*: <= CST AuthoringDevice classcode*: <= DEV Custodian 1..1 representedcustodian manufacturermodelname: SC CWE [0..1] <= ManufacturerModelName softwarename: SC CWE [0..1] <= SoftwareName name: ON [0..1] 1..1 guardianchoice AuthorChoice name: SET<PN> [] 0..1 represented 0..1 assigned asmaintainedentity 1..1 maintaining 0..1 received 0..1 informationrecipient 0..1 represented 0..1 scoping 0..1 associated MaintainedEntity classcode*: <= MNT languagecommunication guardian Guardian classcode*: <= GUARD informantchoice 0..1 represented 0..1 assigned IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] AssignedAuthor 0..1 assignedauthorchoice AssignedCustodian 0..1 represented 0..1 assigned 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice 0..1 whole 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass 1..1 guardianchoice 0..1 represented 0..1 assigned PartOf classcode*: <= PART id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus 1..* patientrole 1..1 representedcustodian guardian Guardian classcode*: <= GUARD AssociatedEntity classcode*: <= RoleClassAssociative telecom: TEL [0..1] time: TS [0..1] modecode: CE CWE [0..1] <= LanguageAbilityMode proficiencylevelcode: CE CWE [0..1] <= LanguageAbilityProficiency preferenceind: BL [0..1] informantchoice informant typecode*: <= INF associatedentity assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 1..* assignedauthor 0..1 assignedcustodian custodian typecode*: <= CST 1..* patientrole Custodian name: ON [0..1] telecom: TEL [0..1] time: TS [0..1] associatedentity ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] confidentialitycode*: CE CWE [1..1] copytime: TS [0..1] (Deprecated) ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] entryrelationship Constraint: relateddocument.typecode typecode*: <= x_actrelationshipentryrelationship A conformant CDA document can have a single inversionind: BL [0..1] relateddocument with typecode "APND"; a single relateddocument with typecode "RPLC"; a single relateddocument with typecode "XFRM"; two relateddocuments with typecodes "XFRM" and Range "RPLC"; or two relateddocuments with typecodes clinicalstatement "XFRM" and "APND"..CRT observationrange moodcode*: <= x_actmooddocument referencerange Constraint: ParentDocument.text typecode*: <= REFV interpretationcode: CE CNE [0..1] <= Interpretation ParentDocument ParentDocument.text can be used to indicate code*: CD CWE [1..1] <= Type parentdocument classcode*: <= DOCCLIN the MIME type of the related document. It is relateddocument not to be used to embed the related document, derivationexpr: ST [0..1] and thus ParentDocument.text.BIN is precluded typecode*: <= x_actrelationshipdocument from use. Note:.value has cardinality clinicalstatement [], which doesn't show up in the Visio representation. assignedentity ServiceEvent 0..1 represented interpretationcode: SET<CE> CNE [] serviceevent methodcode: SET<CE> CWE [] Criterion documentationof targetsitecode: SET<CD> CWE [] 0..1 assigned informant typecode*: <= DOC code: CE CWE [0..1].CRT RegionOfInterest criterion order classcode*: <= ROIOVL precondition 0..1 infulfillmentof typecode*: <= PRCN typecode*: <= FLFS Order subject code*: CS CNE [1..1] <= ROIOverlayShape value*: LIST<INT> [1..*] moodcode*: <= RQO 0..1 represented code: CE CWE [0..1] <= ActCode assignedentity Media 0..1 assigned consent Consent modecode: CE CWE [0..1] <= ParticipationMode ization classcode*: <= CONS value*: ED [1..1] typecode*: <= AUTH 0..1 manufacturer code: CE CWE [0..1] <= ActCode SubstanceAdministration statuscode*: CS CNE [1..1] <= completed DrugOrOtherMaterial classcode*: <= SBADM LabeledDrug moodcode*: <= x_documentsubstancemood classcode*: <= MMAT EncompassingEncounter responsibleparty ManufacturedProduct code: CD CWE [0..1] <= SubstanceAdministrationActCode 0..1 represented determinercode*: <= KIND classcode*: <= ENC typecode*: <= RESP code: CE CWE [0..1] <= classcode*: <= MANU Of DrugEntity 1..1 manufacturedproduct assignedentity consumable 0..1 encompassingencounter code: CE CWE [0..1] <= ActEncounterCode effectivetime: GTS [0..1] effectivetime*: IVL<TS> [1..1] typecode*: <= CSM dischargedispositioncode: CE CWE [0..1] Material <= EncounterDischargeDisposition 0..1 assigned classcode*: <= MMAT routecode: CE CWE [0..1] <= RouteOfAdministration approachsitecode: SET<CD> CWE [] <= ActSite location determinercode*: <= KIND code: CE CWE [0..1] dosequantity: IVL<PQ> [0..1] typecode*: <= LOC ratequantity: IVL<PQ> [0..1] 0..1 healthcarefacility <= MaterialEntityClassType maxdosequantity: RTO<PQ,PQ> [0..1] lotnumbertext: ST [0..1] administrationunitcode: CE CWE [0..1] <= HealthCareFacility AdministrableDrugForm classcode*: <= SDLOC 1..1 manufactureddrugorothermaterial 0..1 manufacturedproduct * code: CE CWE [0..1] <= ServiceDeliveryLocationRoleType product typecode*: <= PRD Supply classcode*: <= SPLY EntityChoice moodcode*: <= x_documentsubstancemood 0..1 serviceprovider 0..1 location Device Place classcode*: <= DEV specimenrole specimen NonXMLBody SpecimenRole typecode*: <= SPC effectivetime: GTS [0..1] manufacturermodelname: SC CWE [0..1] classcode*: <= SPEC prioritycode: SET<CE> CWE [] <= ActPriority <= ManufacturerModelName text: ED [1..1] softwarename: SC CWE [0..1] independentind: BL [0..1] <= SoftwareName quantity: PQ [0..1] expectedusetime: IVL<TS> [0..1] PlayingEntity classcode*: <= ENT Procedure 0..1 specimenplayingentity classcode*: <= PROC moodcode*: <= x_documentproceduremood quantity: SET<PQ> [] name: SET<PN> [] code: CD CWE [0..1] 0..1 playingentitychoice externalactchoice Role reference ParticipantRole typecode*: <= x_actrelationshipexternalreference classcode*: <= ROL methodcode: SET<CE> CWE [] approachsitecode: SET<CD> CWE [] targetsitecode: SET<CD> CWE [] awarenesscode: CE CWE [0..1] <= TargetAwareness CDA R-MIM Encounter (POCD_RM000040) classcode*: <= ENC 0..1 scopingentity This RMIM is used to generate moodcode*: <= x_documentencountermood 1..* section Entity the CDA specification. classcode*: <= ENT code: CD CWE [0..1] <= ActEncounterCode section clinicalstatement informant text*: ED [0..1] Organizer classcode*: <= x_actclassdocumententryorganizer 0..1 relatedsubject RelatedSubject 0..1 statuscode*: CS CNE [1..1] <= ActStatus subject classcode*: <= x_documentsubject typecode*: <= SBJ code: CE CWE [0..1] <= alrelationshiproletype clinicalstatement awarenesscode: CE CWE [0..1] <= TargetAwareness entry typecode*: <= x_actrelationshipentry Constraint: Organizer Act The Organizer clone can be the source of the relationship or classcode*: <= x_actclassdocumententryact 0..1 subject the reference relationship, but not moodcode*: <= x_documentactmood the entryrelationship relationship. Subject code*: CD CWE [1..1] <= ActCode Constraint:.text name: SET<PN> [].text.mediatype fixed as "text/x-hl7-text+xml". See section " Narrative Block" for details. ParentDocument parentdocument classcode*: <= DOCCLIN relateddocument typecode*: <= x_actrelationshipdocument PREF RMIM (POCD_RM000040JP00) This RMIM is used for patient referral document text*: ED [0..1] <= x_basicconfidentialitykind 1..* section section entry typecode*: <= x_actrelationshipentry 0..1 represented 0..1 assigned entryrelationship typecode*: <= x_actrelationshipentryrelationship inversionind: BL [0..1] clinicalstatement moodcode*: <= x_actmooddocument code*: CD CWE [1..1] <= Type derivationexpr: ST [0..1] clinicalstatement interpretationcode: SET<CE> CNE [] methodcode: SET<CE> CWE [] targetsitecode: SET<CD> CWE [] assignedentity modecode: CE CWE [0..1] <= ParticipationMode clinicalstatement Media value*: ED [1..1] observationrange referencerange typecode*: <= REFV Note:.value has cardinality [], which doesn't show up in the Visio representation. Criterion.CRT criterion precondition typecode*: <= PRCN reference typecode*: <= x_actrelationshipexternalreference Range.CRT interpretationcode: CE CNE [0..1] <= Interpretation externalactchoice externalactchoice ExternalAct External ExternalProcedure classcode*: <= PROC ExternalDocument classcode*: <= DOC externalactchoice External ExternalDocument classcode*: <= DOC CDA 詳細設計書 (CDA R2 R-MIM) authenticator typecode*: <= AUTHEN legalauthenticator typecode*: <= LA typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) recordtarget typecode*: <= RCT LanguageCommunication (LanguageCommunication) typecode*: <= x_serviceeventperformer encounterparticipant typecode*: <= x_encounterparticipant typecode*: <= PRF ヘッダ部叙述部エントリー部 外部参照部 39 診療情報提供書と R-MIM の関係 authenticator typecode*: <= AUTHEN legalauthenticator typecode*: <= LA typecode*: <= PRF typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) recordtarget typecode*: <= RCT ヘッダ部叙述部エントリー部 外部参照部 40

21 AuthorChoice name: SET<PN> [] 0..1 received 0..1 informationrecipient 0..1 represented 0..1 scoping 0..1 associated IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] AssignedAuthor 0..1 assignedauthorchoice AssignedCustodian 1..1 representedcustodian 0..1 represented 0..1 assigned 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice 0..1 whole 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass 1..1 guardianchoice 0..1 represented 0..1 assigned 0..1 received 0..1 informationrecipient 0..1 related 0..1 scoping 0..1 associated PartOf classcode*: <= PART id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus guardian Guardian classcode*: <= GUARD AssociatedEntity classcode*: <= RoleClassAssociative PartOf classcode*: <= PART 0..1 whole id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] 0..1 represented Place 0..1 assigned classcode*: <= PLC 1..1 place Birthplace classcode*: <= BIRTHPL 0..1 birthplace 0..1 provider 0..1 patient 0..1 patient Role id: SET<II> [1..*] (Deprecated) (Deprecated) name: SET<PN> [] name: SET<PN> [] racecode: CE CWE [0..1] <= Race racecode: CE CWE [0..1] <= Race languagecommunication GuardianChoice guardian Guardian classcode*: <= GUARD RelatedEntity classcode*: <= RoleClassMutualRelationship code: CE CWE [0..1] <= alrelationshiproletype AssociatedEntity classcode*: <= RoleClassAssociative assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 1..* assignedauthor 0..1 assignedcustodian custodian typecode*: <= CST 1..* patientrole Custodian name: ON [0..1] telecom: TEL [0..1] time: TS [0..1] associatedentity assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 0..1 represented 1..* assignedauthor AssignedAuthor AuthorChoice 0..1 assignedauthorchoice 1..1 assignedcustodian AssignedCustodian custodian name: SET<PN> [] typecode*: <= CST AuthoringDevice classcode*: <= DEV Custodian 1..1 representedcustodian manufacturermodelname: SC CWE [0..1] <= ManufacturerModelName softwarename: SC CWE [0..1] <= SoftwareName name: ON [0..1] 1..1 guardianchoice 0..1 represented 0..1 assigned asmaintainedentity 1..1 maintaining MaintainedEntity classcode*: <= MNT informantchoice 0..1 represented 0..1 assigned telecom: TEL [0..1] time: TS [0..1] 1..* patientrole recordtarget typecode*: <= RCT modecode: CE CWE [0..1] <= LanguageAbilityMode proficiencylevelcode: CE CWE [0..1] <= LanguageAbilityProficiency preferenceind: BL [0..1] informantchoice informant typecode*: <= INF associatedentity ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] confidentialitycode*: CE CWE [1..1] copytime: TS [0..1] (Deprecated) ParentDocument parentdocument classcode*: <= DOCCLIN relateddocument typecode*: <= x_actrelationshipdocument PREF RMIM (POCD_RM000040JP00) This RMIM is used for patient referral document text*: ED [0..1] <= x_basicconfidentialitykind 1..* section section entry typecode*: <= x_actrelationshipentry 0..1 represented 0..1 assigned entryrelationship typecode*: <= x_actrelationshipentryrelationship inversionind: BL [0..1] clinicalstatement moodcode*: <= x_actmooddocument code*: CD CWE [1..1] <= Type derivationexpr: ST [0..1] clinicalstatement interpretationcode: SET<CE> CNE [] methodcode: SET<CE> CWE [] targetsitecode: SET<CD> CWE [] assignedentity modecode: CE CWE [0..1] <= ParticipationMode clinicalstatement Media value*: ED [1..1] observationrange referencerange typecode*: <= REFV Note:.value has cardinality [], which doesn't show up in the Visio representation. Criterion.CRT criterion precondition typecode*: <= PRCN reference typecode*: <= x_actrelationshipexternalreference Range.CRT interpretationcode: CE CNE [0..1] <= Interpretation entryrelationship Constraint: relateddocument.typecode typecode*: <= x_actrelationshipentryrelationship A conformant CDA document can have a single inversionind: BL [0..1] relateddocument with typecode "APND"; a single relateddocument with typecode "RPLC"; a single relateddocument with typecode "XFRM"; two relateddocuments with typecodes "XFRM" and Range "RPLC"; or two relateddocuments with typecodes clinicalstatement "XFRM" and "APND"..CRT observationrange moodcode*: <= x_actmooddocument referencerange Constraint: ParentDocument.text typecode*: <= REFV interpretationcode: CE CNE [0..1] <= Interpretation ParentDocument ParentDocument.text can be used to indicate code*: CD CWE [1..1] <= Type parentdocument classcode*: <= DOCCLIN the MIME type of the related document. It is relateddocument not to be used to embed the related document, derivationexpr: ST [0..1] and thus ParentDocument.text.BIN is precluded typecode*: <= x_actrelationshipdocument from use. Note:.value has cardinality clinicalstatement [], which doesn't show up in the Visio representation. assignedentity ServiceEvent 0..1 represented interpretationcode: SET<CE> CNE [] serviceevent methodcode: SET<CE> CWE [] Criterion documentationof targetsitecode: SET<CD> CWE [] 0..1 assigned informant typecode*: <= DOC code: CE CWE [0..1].CRT RegionOfInterest criterion order classcode*: <= ROIOVL precondition 0..1 infulfillmentof typecode*: <= PRCN typecode*: <= FLFS Order subject code*: CS CNE [1..1] <= ROIOverlayShape value*: LIST<INT> [1..*] moodcode*: <= RQO 0..1 represented code: CE CWE [0..1] <= ActCode assignedentity Media 0..1 assigned consent Consent modecode: CE CWE [0..1] <= ParticipationMode ization classcode*: <= CONS value*: ED [1..1] typecode*: <= AUTH 0..1 manufacturer code: CE CWE [0..1] <= ActCode SubstanceAdministration statuscode*: CS CNE [1..1] <= completed DrugOrOtherMaterial classcode*: <= SBADM LabeledDrug moodcode*: <= x_documentsubstancemood classcode*: <= MMAT EncompassingEncounter responsibleparty ManufacturedProduct code: CD CWE [0..1] <= SubstanceAdministrationActCode 0..1 represented determinercode*: <= KIND classcode*: <= ENC typecode*: <= RESP code: CE CWE [0..1] <= classcode*: <= MANU Of DrugEntity 1..1 manufacturedproduct assignedentity consumable 0..1 encompassingencounter code: CE CWE [0..1] <= ActEncounterCode effectivetime: GTS [0..1] effectivetime*: IVL<TS> [1..1] typecode*: <= CSM dischargedispositioncode: CE CWE [0..1] Material <= EncounterDischargeDisposition 0..1 assigned classcode*: <= MMAT routecode: CE CWE [0..1] <= RouteOfAdministration approachsitecode: SET<CD> CWE [] <= ActSite location determinercode*: <= KIND code: CE CWE [0..1] dosequantity: IVL<PQ> [0..1] typecode*: <= LOC ratequantity: IVL<PQ> [0..1] 0..1 healthcarefacility <= MaterialEntityClassType maxdosequantity: RTO<PQ,PQ> [0..1] lotnumbertext: ST [0..1] administrationunitcode: CE CWE [0..1] <= HealthCareFacility AdministrableDrugForm classcode*: <= SDLOC 1..1 manufactureddrugorothermaterial 0..1 manufacturedproduct * code: CE CWE [0..1] <= ServiceDeliveryLocationRoleType product typecode*: <= PRD Supply classcode*: <= SPLY EntityChoice moodcode*: <= x_documentsubstancemood 0..1 serviceprovider 0..1 location Device Place classcode*: <= DEV specimenrole specimen NonXMLBody SpecimenRole typecode*: <= SPC effectivetime: GTS [0..1] manufacturermodelname: SC CWE [0..1] classcode*: <= SPEC prioritycode: SET<CE> CWE [] <= ActPriority <= ManufacturerModelName text: ED [1..1] softwarename: SC CWE [0..1] independentind: BL [0..1] <= SoftwareName quantity: PQ [0..1] expectedusetime: IVL<TS> [0..1] PlayingEntity classcode*: <= ENT Procedure 0..1 specimenplayingentity classcode*: <= PROC moodcode*: <= x_documentproceduremood quantity: SET<PQ> [] name: SET<PN> [] code: CD CWE [0..1] 0..1 playingentitychoice externalactchoice Role reference ParticipantRole typecode*: <= x_actrelationshipexternalreference classcode*: <= ROL methodcode: SET<CE> CWE [] approachsitecode: SET<CD> CWE [] targetsitecode: SET<CD> CWE [] awarenesscode: CE CWE [0..1] <= TargetAwareness CDA R-MIM Encounter (POCD_RM000040) classcode*: <= ENC 0..1 scopingentity This RMIM is used to generate moodcode*: <= x_documentencountermood 1..* section Entity the CDA specification. classcode*: <= ENT code: CD CWE [0..1] <= ActEncounterCode section clinicalstatement informant text*: ED [0..1] Organizer classcode*: <= x_actclassdocumententryorganizer 0..1 relatedsubject RelatedSubject 0..1 statuscode*: CS CNE [1..1] <= ActStatus subject classcode*: <= x_documentsubject typecode*: <= SBJ code: CE CWE [0..1] <= alrelationshiproletype clinicalstatement awarenesscode: CE CWE [0..1] <= TargetAwareness entry typecode*: <= x_actrelationshipentry Constraint: Organizer Act The Organizer clone can be the source of the relationship or classcode*: <= x_actclassdocumententryact 0..1 subject the reference relationship, but not moodcode*: <= x_documentactmood the entryrelationship relationship. Subject code*: CD CWE [1..1] <= ActCode Constraint:.text name: SET<PN> [].text.mediatype fixed as "text/x-hl7-text+xml". See section " Narrative Block" for details. externalactchoice externalactchoice External ExternalDocument classcode*: <= DOC externalactchoice ExternalAct External ExternalProcedure classcode*: <= PROC ExternalDocument classcode*: <= DOC 診療情報提供書の本文の記述 authenticator typecode*: <= AUTHEN legalauthenticator typecode*: <= LA typecode*: <= PRF typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) recordtarget typecode*: <= RCT ヘッダ部叙述部エントリー部 外部参照部 41 患者情報は recordtarget で記述 0..1 patient (Deprecated) name: SET<PN> [] authenticator typecode*: AUTHEN racecode: CE CWE [0..1] <= Race legalauthenticator typecode*: <= LA 患者情報 typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) LanguageCommunication (LanguageCommunication) 0..1 provider Role id: SET<II> [1..*] typecode*: <= x_serviceeventperformer encounterparticipant typecode*: <= x_encounterparticipant 1..* patientrole recordtarget typecode*: <= RCT typecode*: <= PRF 患者情報 ヘッダ部叙述部エントリー部 外部参照部 42

22 0..1 received 0..1 informationrecipient 0..1 related 0..1 scoping 0..1 associated IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] 0..1 represented Place 0..1 assigned classcode*: <= PLC 1..1 place Birthplace classcode*: <= BIRTHPL 0..1 birthplace 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice PartOf classcode*: <= PART 0..1 whole id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass 0..1 represented 0..1 assigned RelatedEntity classcode*: <= RoleClassMutualRelationship code: CE CWE [0..1] <= alrelationshiproletype AssociatedEntity classcode*: <= RoleClassAssociative assignedentity authenticator typecode*: <= AUTHEN intendedrecipient informationrecipient typecode*: <= x_informationrecipient 0..1 represented 1..* assignedauthor AssignedAuthor AuthorChoice 0..1 assignedauthorchoice 1..1 assignedcustodian AssignedCustodian custodian name: SET<PN> [] typecode*: <= CST AuthoringDevice classcode*: <= DEV Custodian 1..1 representedcustodian manufacturermodelname: SC CWE [0..1] <= ManufacturerModelName softwarename: SC CWE [0..1] <= SoftwareName name: ON [0..1] 1..1 guardianchoice asmaintainedentity 1..1 maintaining MaintainedEntity classcode*: <= MNT languagecommunication guardian Guardian classcode*: <= GUARD informantchoice 0..1 represented 0..1 assigned 1..* patientrole telecom: TEL [0..1] time: TS [0..1] modecode: CE CWE [0..1] <= LanguageAbilityMode proficiencylevelcode: CE CWE [0..1] <= LanguageAbilityProficiency preferenceind: BL [0..1] informantchoice informant typecode*: <= INF associatedentity ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] confidentialitycode*: CE CWE [1..1] copytime: TS [0..1] (Deprecated) entryrelationship Constraint: relateddocument.typecode typecode*: <= x_actrelationshipentryrelationship A conformant CDA document can have a single inversionind: BL [0..1] relateddocument with typecode "APND"; a single relateddocument with typecode "RPLC"; a single relateddocument with typecode "XFRM"; two relateddocuments with typecodes "XFRM" and Range "RPLC"; or two relateddocuments with typecodes clinicalstatement "XFRM" and "APND"..CRT observationrange moodcode*: <= x_actmooddocument referencerange Constraint: ParentDocument.text typecode*: <= REFV interpretationcode: CE CNE [0..1] <= Interpretation ParentDocument ParentDocument.text can be used to indicate code*: CD CWE [1..1] <= Type parentdocument classcode*: <= DOCCLIN the MIME type of the related document. It is relateddocument not to be used to embed the related document, derivationexpr: ST [0..1] and thus ParentDocument.text.BIN is precluded typecode*: <= x_actrelationshipdocument from use. Note:.value has cardinality clinicalstatement [], which doesn't show up in the Visio representation. assignedentity ServiceEvent 0..1 represented interpretationcode: SET<CE> CNE [] serviceevent methodcode: SET<CE> CWE [] Criterion documentationof targetsitecode: SET<CD> CWE [] 0..1 assigned informant typecode*: <= DOC code: CE CWE [0..1].CRT RegionOfInterest criterion order classcode*: <= ROIOVL precondition 0..1 infulfillmentof typecode*: <= PRCN typecode*: <= FLFS Order subject code*: CS CNE [1..1] <= ROIOverlayShape value*: LIST<INT> [1..*] moodcode*: <= RQO 0..1 represented code: CE CWE [0..1] <= ActCode assignedentity Media 0..1 assigned consent Consent modecode: CE CWE [0..1] <= ParticipationMode ization classcode*: <= CONS value*: ED [1..1] typecode*: <= AUTH 0..1 manufacturer code: CE CWE [0..1] <= ActCode SubstanceAdministration statuscode*: CS CNE [1..1] <= completed DrugOrOtherMaterial classcode*: <= SBADM LabeledDrug moodcode*: <= x_documentsubstancemood classcode*: <= MMAT EncompassingEncounter responsibleparty ManufacturedProduct code: CD CWE [0..1] <= SubstanceAdministrationActCode 0..1 represented determinercode*: <= KIND classcode*: <= ENC typecode*: <= RESP code: CE CWE [0..1] <= classcode*: <= MANU Of DrugEntity 1..1 manufacturedproduct assignedentity consumable 0..1 encompassingencounter code: CE CWE [0..1] <= ActEncounterCode effectivetime: GTS [0..1] effectivetime*: IVL<TS> [1..1] typecode*: <= CSM dischargedispositioncode: CE CWE [0..1] Material <= EncounterDischargeDisposition 0..1 assigned classcode*: <= MMAT routecode: CE CWE [0..1] <= RouteOfAdministration approachsitecode: SET<CD> CWE [] <= ActSite location determinercode*: <= KIND code: CE CWE [0..1] dosequantity: IVL<PQ> [0..1] typecode*: <= LOC ratequantity: IVL<PQ> [0..1] 0..1 healthcarefacility <= MaterialEntityClassType maxdosequantity: RTO<PQ,PQ> [0..1] lotnumbertext: ST [0..1] administrationunitcode: CE CWE [0..1] <= HealthCareFacility AdministrableDrugForm classcode*: <= SDLOC 1..1 manufactureddrugorothermaterial 0..1 manufacturedproduct * code: CE CWE [0..1] <= ServiceDeliveryLocationRoleType product typecode*: <= PRD Supply classcode*: <= SPLY EntityChoice moodcode*: <= x_documentsubstancemood 0..1 serviceprovider 0..1 location Device Place classcode*: <= DEV specimenrole specimen NonXMLBody SpecimenRole typecode*: <= SPC effectivetime: GTS [0..1] manufacturermodelname: SC CWE [0..1] classcode*: <= SPEC prioritycode: SET<CE> CWE [] <= ActPriority <= ManufacturerModelName text: ED [1..1] softwarename: SC CWE [0..1] independentind: BL [0..1] <= SoftwareName quantity: PQ [0..1] expectedusetime: IVL<TS> [0..1] PlayingEntity classcode*: <= ENT Procedure 0..1 specimenplayingentity classcode*: <= PROC moodcode*: <= x_documentproceduremood quantity: SET<PQ> [] name: SET<PN> [] code: CD CWE [0..1] 0..1 playingentitychoice externalactchoice Role reference ParticipantRole typecode*: <= x_actrelationshipexternalreference classcode*: <= ROL methodcode: SET<CE> CWE [] approachsitecode: SET<CD> CWE [] targetsitecode: SET<CD> CWE [] awarenesscode: CE CWE [0..1] <= TargetAwareness Encounter CDA R-MIM (POCD_RM000040) classcode*: <= ENC 0..1 scopingentity This RMIM is used to generate moodcode*: <= x_documentencountermood 1..* section Entity the CDA specification. classcode*: <= ENT code: CD CWE [0..1] <= ActEncounterCode section clinicalstatement informant text*: ED [0..1] Organizer classcode*: <= x_actclassdocumententryorganizer 0..1 relatedsubject RelatedSubject 0..1 statuscode*: CS CNE [1..1] <= ActStatus subject classcode*: <= x_documentsubject typecode*: <= SBJ code: CE CWE [0..1] <= alrelationshiproletype clinicalstatement awarenesscode: CE CWE [0..1] <= TargetAwareness entry typecode*: <= x_actrelationshipentry Constraint: Organizer Act The Organizer clone can be the source of the relationship or classcode*: <= x_actclassdocumententryact 0..1 subject the reference relationship, but not moodcode*: <= x_documentactmood the entryrelationship relationship. Subject code*: CD CWE [1..1] <= ActCode Constraint:.text name: SET<PN> [].text.mediatype fixed as "text/x-hl7-text+xml". See section " Narrative Block" for details. externalactchoice ExternalAct External ExternalProcedure classcode*: <= PROC ExternalDocument classcode*: <= DOC 患者情報 0..1 patient (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race 0..1 provider Role id: SET<II> [1..*] 1..* patientrole recordtarget typecode*: <= RCT <recordtarget> <patientrole classcode="pat"> <id extension=" " root=" "/ > <addr> <country>jp</country> <postalcode> </postalcode> <streetname> 西片 1 丁目 17 番 8 号 </streetname> <city> 文京区 </city> <state> 東京都 </state> </addr> <telecom use="h" value="tel: " /> <patient> <name use="ide"> <family> 日本 </family> <given> 次郎 </given> </name> <name use="syl"> <family> ニホン </family> <given> ジロウ </given> </name> <desc> 職業会社員 </desc> <administrativegendercode code="m" codesystem=" " /> <birthtime value=" " /> </patient> </patientrole> </recordtarget> 43 AuthorChoice name: SET<PN> [] legalauthenticator typecode*: <= LA 作成者 typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) recordtarget typecode*: <= RCT LanguageCommunication (LanguageCommunication) 診療情報提供書記載者 ( 紹介元 ) 0..1 represented 0..1 assignedauthorchoice typecode*: <= x_serviceeventperformer encounterparticipant typecode*: <= x_encounterparticipant AssignedAuthor 1..* assignedauthor typecode*: <= AUT typecode*: <= PRF ヘッダ部叙述部エントリー部 外部参照部 44

23 0..1 received 0..1 informationrecipient 0..1 related 0..1 scoping 0..1 associated IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] 0..1 represented Place 0..1 assigned classcode*: <= PLC 1..1 place Birthplace classcode*: <= BIRTHPL 0..1 birthplace 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice PartOf classcode*: <= PART 0..1 whole id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass RelatedEntity classcode*: <= RoleClassMutualRelationship code: CE CWE [0..1] <= alrelationshiproletype AssociatedEntity classcode*: <= RoleClassAssociative assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 0..1 represented 1..* assignedauthor AssignedAuthor AuthorChoice 0..1 assignedauthorchoice 1..1 assignedcustodian AssignedCustodian custodian name: SET<PN> [] typecode*: <= CST AuthoringDevice classcode*: <= DEV Custodian 1..1 representedcustodian manufacturermodelname: SC CWE [0..1] <= ManufacturerModelName softwarename: SC CWE [0..1] <= SoftwareName name: ON [0..1] 1..1 guardianchoice 0..1 represented 0..1 assigned asmaintainedentity 1..1 maintaining MaintainedEntity classcode*: <= MNT languagecommunication guardian Guardian classcode*: <= GUARD informantchoice 0..1 represented 0..1 assigned 1..* patientrole telecom: TEL [0..1] time: TS [0..1] modecode: CE CWE [0..1] <= LanguageAbilityMode proficiencylevelcode: CE CWE [0..1] <= LanguageAbilityProficiency preferenceind: BL [0..1] informantchoice informant typecode*: <= INF associatedentity ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] confidentialitycode*: CE CWE [1..1] copytime: TS [0..1] (Deprecated) entryrelationship Constraint: relateddocument.typecode typecode*: <= x_actrelationshipentryrelationship A conformant CDA document can have a single inversionind: BL [0..1] relateddocument with typecode "APND"; a single relateddocument with typecode "RPLC"; a single relateddocument with typecode "XFRM"; two relateddocuments with typecodes "XFRM" and Range "RPLC"; or two relateddocuments with typecodes clinicalstatement "XFRM" and "APND"..CRT observationrange moodcode*: <= x_actmooddocument referencerange Constraint: ParentDocument.text typecode*: <= REFV interpretationcode: CE CNE [0..1] <= Interpretation ParentDocument ParentDocument.text can be used to indicate code*: CD CWE [1..1] <= Type parentdocument classcode*: <= DOCCLIN the MIME type of the related document. It is relateddocument not to be used to embed the related document, derivationexpr: ST [0..1] and thus ParentDocument.text.BIN is precluded typecode*: <= x_actrelationshipdocument from use. Note:.value has cardinality clinicalstatement [], which doesn't show up in the Visio representation. assignedentity ServiceEvent 0..1 represented interpretationcode: SET<CE> CNE [] serviceevent methodcode: SET<CE> CWE [] Criterion documentationof targetsitecode: SET<CD> CWE [] 0..1 assigned informant typecode*: <= DOC code: CE CWE [0..1].CRT RegionOfInterest criterion order classcode*: <= ROIOVL precondition 0..1 infulfillmentof typecode*: <= PRCN typecode*: <= FLFS Order subject code*: CS CNE [1..1] <= ROIOverlayShape value*: LIST<INT> [1..*] moodcode*: <= RQO 0..1 represented code: CE CWE [0..1] <= ActCode assignedentity Media 0..1 assigned consent Consent modecode: CE CWE [0..1] <= ParticipationMode ization classcode*: <= CONS value*: ED [1..1] typecode*: <= AUTH 0..1 manufacturer code: CE CWE [0..1] <= ActCode SubstanceAdministration statuscode*: CS CNE [1..1] <= completed DrugOrOtherMaterial classcode*: <= SBADM LabeledDrug moodcode*: <= x_documentsubstancemood classcode*: <= MMAT EncompassingEncounter responsibleparty ManufacturedProduct code: CD CWE [0..1] <= SubstanceAdministrationActCode 0..1 represented determinercode*: <= KIND classcode*: <= ENC typecode*: <= RESP code: CE CWE [0..1] <= classcode*: <= MANU Of DrugEntity 1..1 manufacturedproduct assignedentity consumable 0..1 encompassingencounter code: CE CWE [0..1] <= ActEncounterCode effectivetime: GTS [0..1] effectivetime*: IVL<TS> [1..1] typecode*: <= CSM dischargedispositioncode: CE CWE [0..1] Material <= EncounterDischargeDisposition 0..1 assigned classcode*: <= MMAT routecode: CE CWE [0..1] <= RouteOfAdministration approachsitecode: SET<CD> CWE [] <= ActSite location determinercode*: <= KIND code: CE CWE [0..1] dosequantity: IVL<PQ> [0..1] typecode*: <= LOC ratequantity: IVL<PQ> [0..1] 0..1 healthcarefacility <= MaterialEntityClassType maxdosequantity: RTO<PQ,PQ> [0..1] lotnumbertext: ST [0..1] administrationunitcode: CE CWE [0..1] <= HealthCareFacility AdministrableDrugForm classcode*: <= SDLOC 1..1 manufactureddrugorothermaterial 0..1 manufacturedproduct * code: CE CWE [0..1] <= ServiceDeliveryLocationRoleType product typecode*: <= PRD Supply classcode*: <= SPLY EntityChoice moodcode*: <= x_documentsubstancemood 0..1 serviceprovider 0..1 location Device Place classcode*: <= DEV specimenrole specimen NonXMLBody SpecimenRole typecode*: <= SPC effectivetime: GTS [0..1] manufacturermodelname: SC CWE [0..1] classcode*: <= SPEC prioritycode: SET<CE> CWE [] <= ActPriority <= ManufacturerModelName text: ED [1..1] softwarename: SC CWE [0..1] independentind: BL [0..1] <= SoftwareName quantity: PQ [0..1] expectedusetime: IVL<TS> [0..1] PlayingEntity classcode*: <= ENT Procedure 0..1 specimenplayingentity classcode*: <= PROC moodcode*: <= x_documentproceduremood quantity: SET<PQ> [] name: SET<PN> [] code: CD CWE [0..1] 0..1 playingentitychoice externalactchoice Role reference ParticipantRole typecode*: <= x_actrelationshipexternalreference classcode*: <= ROL methodcode: SET<CE> CWE [] approachsitecode: SET<CD> CWE [] targetsitecode: SET<CD> CWE [] awarenesscode: CE CWE [0..1] <= TargetAwareness Encounter CDA R-MIM (POCD_RM000040) classcode*: <= ENC 0..1 scopingentity This RMIM is used to generate moodcode*: <= x_documentencountermood 1..* section Entity the CDA specification. classcode*: <= ENT code: CD CWE [0..1] <= ActEncounterCode section clinicalstatement informant text*: ED [0..1] Organizer classcode*: <= x_actclassdocumententryorganizer 0..1 relatedsubject RelatedSubject 0..1 statuscode*: CS CNE [1..1] <= ActStatus subject classcode*: <= x_documentsubject typecode*: <= SBJ code: CE CWE [0..1] <= alrelationshiproletype clinicalstatement awarenesscode: CE CWE [0..1] <= TargetAwareness entry typecode*: <= x_actrelationshipentry Constraint: Organizer Act The Organizer clone can be the source of the relationship or classcode*: <= x_actclassdocumententryact 0..1 subject the reference relationship, but not moodcode*: <= x_documentactmood the entryrelationship relationship. Subject code*: CD CWE [1..1] <= ActCode Constraint:.text name: SET<PN> [].text.mediatype fixed as "text/x-hl7-text+xml". See section " Narrative Block" for details. externalactchoice ExternalAct External ExternalProcedure classcode*: <= PROC ExternalDocument classcode*: <= DOC 診療情報提供書記載者 ( 紹介元 ) AuthorChoice name: SET<PN> [] 0..1 represented AssignedAuthor 0..1 assignedauthorchoice 1..* assignedauthor typecode*: <= AUT <> <time value=" " /> <assignedauthor> <id extension="12345" root=" " /> <addr> <country>jp</country> <streetname> 虎ノ門 1 丁目 19 番 9 号 </streetname> <city> 港区 </city> <state> 東京都 </state> <postalcode> </postalcode> </addr> <telecom use="wp" value="tel: " /> <assigned> <name use="ide"> <family> 東京 </family> <given> 太郎 </given> </name> </assigned> <represented> <id extension="93" root=" " /> <name>jahis 病院内科 </name> </represented> </assignedauthor> </> 45 診療情報提供書記載者 ( 紹介先 ) 0..1 received 紹介先 authenticator typecode*: <= AUTHEN legalauthenticator typecode*: <= LA typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) recordtarget typecode*: <= RCT LanguageCommunication (LanguageCommunication) 0..1 informationrecipient IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] typecode*: <= x_serviceeventperformer encounterparticipant typecode*: <= x_encounterparticipant intendedrecipient informationrecipient typecode*: <= x_informationrecipient typecode*: <= PRF ヘッダ部叙述部エントリー部 外部参照部 46

24 AuthorChoice name: SET<PN> [] 0..1 received 0..1 informationrecipient 0..1 represented 0..1 scoping 0..1 associated IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] AssignedAuthor 0..1 assignedauthorchoice AssignedCustodian 1..1 representedcustodian 0..1 represented 0..1 assigned 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice 0..1 whole 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass 1..1 guardianchoice 0..1 represented 0..1 assigned PartOf classcode*: <= PART id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus guardian Guardian classcode*: <= GUARD AssociatedEntity classcode*: <= RoleClassAssociative assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 1..* assignedauthor 0..1 assignedcustodian custodian typecode*: <= CST Custodian name: ON [0..1] telecom: TEL [0..1] time: TS [0..1] 1..* patientrole recordtarget typecode*: <= RCT associatedentity ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] ParentDocument parentdocument classcode*: <= DOCCLIN relateddocument typecode*: <= x_actrelationshipdocument PREF RMIM (POCD_RM000040JP00) This RMIM is used for patient referral document text*: ED [0..1] <= x_basicconfidentialitykind 1..* section section entry typecode*: <= x_actrelationshipentry 0..1 represented 0..1 assigned entryrelationship typecode*: <= x_actrelationshipentryrelationship inversionind: BL [0..1] clinicalstatement moodcode*: <= x_actmooddocument code*: CD CWE [1..1] <= Type derivationexpr: ST [0..1] clinicalstatement interpretationcode: SET<CE> CNE [] methodcode: SET<CE> CWE [] targetsitecode: SET<CD> CWE [] assignedentity modecode: CE CWE [0..1] <= ParticipationMode clinicalstatement Media value*: ED [1..1] observationrange referencerange typecode*: <= REFV Note:.value has cardinality [], which doesn't show up in the Visio representation. Criterion.CRT criterion precondition typecode*: <= PRCN reference typecode*: <= x_actrelationshipexternalreference Range.CRT interpretationcode: CE CNE [0..1] <= Interpretation externalactchoice externalactchoice External ExternalDocument classcode*: <= DOC 紹介先 0..1 received 0..1 informationrecipient IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] intendedrecipient informationrecipient typecode*: <= x_informationrecipient <informationrecipient typecode="prcp"> <intendedrecipient classcode="assigned"> <id extension="1234" root=" " /> <!-- 紹介先医療機関住所 --> <addr> <country>jp</country> <postalcode> </postalcode> <streetname> 西落合 1 丁目 31 番 4 号 </streetname> <city> 新宿区 </city> <state> 東京都 </state> </addr> <!-- 紹介先医療機関電話番号 --> <telecom use="wp" value="tel: " /> <informationrecipient> <!-- 紹介先医師名 --> <name use="ide"> <family> 港 </family> <given> 次郎 </given> </name> </informationrecipient> <!-- 紹介先医療機関名 --> <received> <id extension="111111" root=" " /> <name>hl7 病院内科 </name> </received> </intendedrecipient> </informationrecipient> 47 診療情報提供書と R-MIM の関係 ( ヘッダ部 ) authenticator typecode*: <= AUTHEN legalauthenticator typecode*: <= LA 文書情報 受取者 typecode*: <= PRF typecode*: <= AUT 作成者 dataenterer typecode*: <= ENT (Transcriptionist) 患者情報 ヘッダ部叙述部エントリー部 外部参照部 48

25 AuthorChoice name: SET<PN> [] 0..1 received 0..1 informationrecipient 0..1 represented 0..1 scoping 0..1 associated IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] AssignedAuthor 0..1 assignedauthorchoice AssignedCustodian 1..1 representedcustodian 0..1 represented 0..1 assigned 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice 0..1 whole 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass 1..1 guardianchoice AuthorChoice name: SET<PN> [] 0..1 represented 0..1 assigned 0..1 received 0..1 informationrecipient 0..1 represented 0..1 scoping 0..1 associated PartOf classcode*: <= PART id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus guardian Guardian classcode*: <= GUARD AssociatedEntity classcode*: <= RoleClassAssociative IntendedRecipient classcode*: <= x_informationrecipientrole id*: SET<II> [] AssignedAuthor 0..1 assignedauthorchoice AssignedCustodian 0..1 represented 0..1 assigned 0..1 provider 0..1 patient Role id: SET<II> [1..*] (Deprecated) name: SET<PN> [] racecode: CE CWE [0..1] <= Race GuardianChoice 0..1 whole 0..1 aspartof name: SET<ON> [] standardindustryclasscode: CE CWE [0..1] <= IndustryClass 1..1 guardianchoice 0..1 represented 0..1 assigned PartOf classcode*: <= PART id*: SET<II> [] statuscode: CS CNE [0..1] <= RoleStatus assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 1..* assignedauthor 0..1 assignedcustodian custodian typecode*: <= CST 1..* patientrole 1..1 representedcustodian guardian Guardian classcode*: <= GUARD AssociatedEntity classcode*: <= RoleClassAssociative Custodian name: ON [0..1] telecom: TEL [0..1] time: TS [0..1] associatedentity assignedentity intendedrecipient informationrecipient typecode*: <= x_informationrecipient 1..* assignedauthor 0..1 assignedcustodian custodian typecode*: <= CST 1..* patientrole Custodian name: ON [0..1] telecom: TEL [0..1] time: TS [0..1] associatedentity ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] ClinicalDocument classcode*: <= DOCCLIN id*: II [1..1] code*: CE CWE [1..1] <= DocumentType effectivetime*: TS [1..1] ParentDocument parentdocument classcode*: <= DOCCLIN relateddocument typecode*: <= x_actrelationshipdocument PREF RMIM (POCD_RM000040JP00) This RMIM is used for patient referral document ParentDocument parentdocument classcode*: <= DOCCLIN relateddocument typecode*: <= x_actrelationshipdocument typecode*: <= <= COMP COMP contextconductionind*: BL BL [1..1] [1..1] "true" "true" PREF RMIM (POCD_RM000040JP00) This RMIM is used for patient referral document text*: ED [0..1] <= x_basicconfidentialitykind text*: ED [0..1] <= x_basicconfidentialitykind 1..* section section entry typecode*: <= x_actrelationshipentry 1..* section section entry typecode*: <= x_actrelationshipentry 0..1 represented 0..1 assigned 0..1 represented 0..1 assigned entryrelationship typecode*: <= x_actrelationshipentryrelationship inversionind: BL [0..1] clinicalstatement moodcode*: <= x_actmooddocument code*: CD CWE [1..1] <= Type derivationexpr: ST [0..1] clinicalstatement interpretationcode: SET<CE> CNE [] methodcode: SET<CE> CWE [] targetsitecode: SET<CD> CWE [] assignedentity modecode: CE CWE [0..1] <= ParticipationMode clinicalstatement clinicalstatement Media value*: ED [1..1] entryrelationship typecode*: <= x_actrelationshipentryrelationship inversionind: BL [0..1] clinicalstatement moodcode*: <= x_actmooddocument code*: CD CWE [1..1] <= Type derivationexpr: ST [0..1] clinicalstatement interpretationcode: SET<CE> CNE [] methodcode: SET<CE> CWE [] targetsitecode: SET<CD> CWE [] assignedentity modecode: CE CWE [0..1] <= ParticipationMode Media value*: ED [1..1] observationrange referencerange typecode*: <= REFV Note:.value has cardinality [], which doesn't show up in the Visio representation. Criterion.CRT criterion precondition typecode*: <= PRCN reference typecode*: <= x_actrelationshipexternalreference observationrange referencerange typecode*: <= REFV Note:.value has cardinality [], which doesn't show up in the Visio representation. reference typecode*: <= x_actrelationshipexternalreference Range.CRT interpretationcode: CE CNE [0..1] <= Interpretation Criterion.CRT criterion precondition typecode*: <= PRCN externalactchoice Range.CRT interpretationcode: CE CNE [0..1] <= Interpretation externalactchoice externalactchoice External ExternalDocument classcode*: <= DOC externalactchoice External ExternalDocument classcode*: <= DOC 診療情報提供書の本文の記述 authenticator typecode*: <= AUTHEN legalauthenticator typecode*: <= LA typecode*: <= PRF typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) recordtarget typecode*: <= RCT ヘッダ部叙述部エントリー部 外部参照部 49 診療情報提供書本文例レベル 1 2 での記述 authenticator typecode*: <= AUTHEN legalauthenticator typecode*: <= LA typecode*: <= AUT dataenterer typecode*: <= ENT (Transcriptionist) typecode*: <= PRF 1..* section text*: ED [0..1] <= x_basicconfidentialitykind recordtarget typecode*: <= RCT ヘッダ部叙述部エントリー部 外部参照部 50

TS-3GA-32.341(Rel10)v10.0.0 Telecommunication management; File Transfer (FT) Integration Reference Point (IRP); Requirements

TS-3GA-32.341(Rel10)v10.0.0 Telecommunication management; File Transfer (FT) Integration Reference Point (IRP); Requirements TS-3GA-32.341(Rel10)v10.0.0 Telecommunication management; File Transfer (FT) Integration Reference Point (IRP); Requirements 2011 年 6 月 22 日 制 定 一 般 社 団 法 人 情 報 通 信 技 術 委 員 会 THE TELECOMMUNICATION TECHNOLOGY

More information

Quality of. Leadership. Quality Students of Faculty. Infrastructure

Quality of. Leadership. Quality Students of Faculty. Infrastructure 217 218 Quality of Quality of Leadership Quality of Quality of Quality Students of Faculty Quality of Infrastructure 219 220 Quantitative Factor Quantitative Analysis Meta Synthesis Informal Interviews

More information

Procedures to file a request to the JPO for Patent Prosecution Highway Pilot Program between the JPO and the HPO

Procedures to file a request to the JPO for Patent Prosecution Highway Pilot Program between the JPO and the HPO Procedures to file a request to the JPO for Patent Prosecution Highway Pilot Program between the JPO and the HPO 1. to the JPO When an applicant files a request for an accelerated examination under the

More information

JAPAN PATENT OFFICE AS DESIGNATED (OR ELECTED) OFFICE CONTENTS

JAPAN PATENT OFFICE AS DESIGNATED (OR ELECTED) OFFICE CONTENTS Page 1 JP JAPAN PATENT OFFICE AS DESIGNATED (OR ELECTED) OFFICE CONTENTS THE ENTRY INTO THE NATIONAL PHASE SUMMARY THE PROCEDURE IN THE NATIONAL PHASE ANNEXES Fees... Annex JP.I Form No. 53: Transmittal

More information

Grant Request Form. Request Form. (For continued projects)

Grant Request Form. Request Form. (For continued projects) Grant Request Form Request Form (For continued projects) NOTE: Check list of the needed documents Following documents should be prepared in Japanese. Continuing grant projects from FY2015(or FY2014) don

More information

Application Guidelines for International Graduate Programs in Engineering

Application Guidelines for International Graduate Programs in Engineering Global 30: Future Global Leadership (FGL) 2016 Academic Year (April 2016 Enrollment) Application Guidelines for International Graduate Programs in Engineering International Mechanical and Aerospace Engineering

More information

Graduate School of Engineering. Master s Program, 2016 (October entrance)

Graduate School of Engineering. Master s Program, 2016 (October entrance) Application Procedure for Foreign Student Admission to Graduate School of Engineering Master s Program, 2016 (October entrance) Tottori University 4-101 Koyama-Minami, Tottori, 680-8552 Japan Phone: +81-857-31-6761

More information

Request for Taxpayer Identification Number and Certification 納 税 者 番 号 および 宣 誓 の 依 頼 書

Request for Taxpayer Identification Number and Certification 納 税 者 番 号 および 宣 誓 の 依 頼 書 Substitute Form 代 替 様 式 W-9 Print or type Request for Taxpayer Identification Number and Certification 納 税 者 番 号 および 宣 誓 の 依 頼 書 英 字 活 字 体 またはタイプでご 記 入 下 さい 1 Name (as shown on your income tax return),

More information

California Subject Examinations for Teachers

California Subject Examinations for Teachers California Subject Examinations for Teachers TEST GUIDE JAPANESE SUBTEST I Sample Questions and Responses and Scoring Information Copyright 2015 Pearson Education, Inc. or its affiliate(s). All rights

More information

英 語 上 級 者 への 道 ~Listen and Speak 第 4 回 ヨーロッパからの 新 しい 考 え. Script

英 語 上 級 者 への 道 ~Listen and Speak 第 4 回 ヨーロッパからの 新 しい 考 え. Script 英 語 上 級 者 への 道 ~Listen and Speak 第 4 回 ヨーロッパからの 新 しい 考 え Script Dialogue for Introduction E: Hello, listeners. Another New Year is upon us! As always, people around the world are hopeful for positive change.

More information

Special Program of Engineering Science 21 st Century. for Graduate Courses in English. Graduate School of Engineering Science, OSAKA UNIVERSITY

Special Program of Engineering Science 21 st Century. for Graduate Courses in English. Graduate School of Engineering Science, OSAKA UNIVERSITY Special Program of Engineering Science 21 st Century for Graduate Courses in English Graduate School of Engineering Science, OSAKA UNIVERSITY Enrollment in October 2013 Application Guide for Foreign Students

More information

Digital Imaging and Communications in Medicine (DICOM) Part 20: Transformation of DICOM to and from HL7 Standards

Digital Imaging and Communications in Medicine (DICOM) Part 20: Transformation of DICOM to and from HL7 Standards PS 3.20-2011 Digital Imaging and Communications in Medicine (DICOM) Part 20: Transformation of DICOM to and from HL7 Standards Published by National Electrical Manufacturers Association 1300 N. 17th Street

More information

世 界 のデブリ 関 連 規 制 の 動 向 Current situation of the international space debris mitigation standards

世 界 のデブリ 関 連 規 制 の 動 向 Current situation of the international space debris mitigation standards 第 6 回 スペースデブリワークショップ 講 演 資 料 集 93 B1 世 界 のデブリ 関 連 規 制 の 動 向 Current situation of the international space debris mitigation standards 加 藤 明 ( 宇 宙 航 空 研 究 開 発 機 構 ) Akira Kato (JAXA) スペースデブリの 発 生 の 防 止 と

More information

JF Standard for Japanese-Language Education 2010

JF Standard for Japanese-Language Education 2010 JF Standard for Japanese-Language Education 2010 JF Standard for Japanese-Language Education 2010 The Japan Foundation JF STANDARD FOR JAPANESE-LANGUAGE EDUCATION 2010 Table of Contents Introduction...

More information

Unwillingness to Use Social Networking Services for Autonomous Language Learning among Japanese EFL Students

Unwillingness to Use Social Networking Services for Autonomous Language Learning among Japanese EFL Students 55 Unwillingness to Use Social Networking Services for Autonomous Language Learning among Japanese EFL Students ABE Emika, UEDA Mami, SUGINO Toshiko 自 律 学 習 のためのSNS 利 用 に 対 する 日 本 人 大 学 生 の 消 極 的 態 度 阿

More information

2015 ASPIRE Forum Student Workshop Student Reports 参 加 学 生 報 告 書

2015 ASPIRE Forum Student Workshop Student Reports 参 加 学 生 報 告 書 2015 ASPIRE Forum Student Workshop Student Reports 参 加 学 生 報 告 書 2015 ASPIRE Forum Student Workshop 開 催 期 間 :2015 年 7 月 18 日 ( 土 )~25 日 ( 土 ) 主 催 場 所 : 中 国 香 港 科 技 大 学 参 加 者 : R.K 理 工 学 研 究 科 修 士 学 生 T.S

More information

Introducing DIGNIO and WEB DIGNIO Targeting Male Executives in Japan

Introducing DIGNIO and WEB DIGNIO Targeting Male Executives in Japan and MEDIA DATA 2010 Introducing DIGNIO and WEB DIGNIO Targeting Male Executives in Japan The top management layer of Japan s leading companies read the fashion & the lifestyle magazine DIGNIO. DIGNIO is

More information

グローバル 人 材 育 成 言 語 教 育 プログラム. Global Linkage Initiative Program 2015 GLIP 履 修 ガイド. 夏 学 期 集 中 英 語 プログラム Summer Intensive English が 始 まります

グローバル 人 材 育 成 言 語 教 育 プログラム. Global Linkage Initiative Program 2015 GLIP 履 修 ガイド. 夏 学 期 集 中 英 語 プログラム Summer Intensive English が 始 まります グローバル 人 材 育 成 言 語 教 育 プログラム Global Linkage Initiative Program 2015 GLIP 履 修 ガイド 2015 年 度 より 英 語 C(Career English)の 履 修 要 件 が 変 わります 夏 学 期 集 中 英 語 プログラム Summer Intensive English が 始 まります 英 語 による 講 義 科 目

More information

Local production for local consumption( 地 産 地 消 ) Worksheet 1. Task: Do you agree with this idea? Explain the reasons why you think so.

Local production for local consumption( 地 産 地 消 ) Worksheet 1. Task: Do you agree with this idea? Explain the reasons why you think so. Worksheet 1 Task: Do you agree with this idea? Explain the reasons why you think so. Name Worksheet A: Local Farmer I am a local farmer. I agree with this idea. Our products will always be fresh because

More information

自 計 式 農 家 経 済 簿 記 とその 理 論

自 計 式 農 家 経 済 簿 記 とその 理 論 SSN- 0915-9258 統 計 資 料 シリーズ:No. 71 農 家 経 済 調 査 データベース 編 成 報 告 書 Vol. 8 自 計 式 農 家 経 済 簿 記 とその 理 論 英 語 版 附 解 題 大 槻 正 男 著 京 都 大 学 農 学 部 農 業 簿 記 研 究 施 設 刊 行 一 橋 大 学 経 済 研 究 所 附 属 社 会 科 学 統 計 情 報 研 究 センター 2013

More information

ࢪ 㛤 ᅜ ࠉ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࢪ 㛤 ᅜ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࠉ ሗ ሗ ᖹᡂ ᖺ ᖹᡂ 㸦 ᖺ㸧 ᖺ ᨻἲ ᨻἲ ᅜ㝿༠ຊᶵᵓ㸦-,&$㸧 ࠉ ᅜ㝿༠ຊᶵᵓ 㝈 ࢫ ࠉᮏࠉᕤࠉႠࠉ ࠉᘧࠉ ࠉ ቃ JR 14-039 ࠉ ࠉసᴗ㸹 ᕝ

ࢪ 㛤 ᅜ ࠉ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࢪ 㛤 ᅜ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࠉ ሗ ሗ ᖹᡂ ᖺ ᖹᡂ 㸦 ᖺ㸧 ᖺ ᨻἲ ᨻἲ ᅜ㝿༠ຊᶵᵓ㸦-,&$㸧 ࠉ ᅜ㝿༠ຊᶵᵓ 㝈 ࢫ ࠉᮏࠉᕤࠉႠࠉ ࠉᘧࠉ ࠉ ቃ JR 14-039 ࠉ ࠉసᴗ㸹 ᕝ JR 14-039 JR 14-039 アジア 開 発 途 上 国 気 候 変 動 政 策 情 報 収 集 確 認 調 査 最 終 報 告 書 最 終 報 告 書 目 次 頁 第 1 章 調 査 の 背 景 と 目 的... 1 1.1 調 査 の 背 景... 1 1.2 調 査 の 目 的... 1 1.3 調 査 対 象 地 域... 2 1.4 調 査 内 容... 2 第 2 章 文 献

More information

平 成 26 年 度 生 入 学 選 考 試 験 英 語 [ 特 待 生 入 試 ]

平 成 26 年 度 生 入 学 選 考 試 験 英 語 [ 特 待 生 入 試 ] 平 成 26 年 度 生 入 学 選 考 試 験 英 語 [ 特 待 生 入 試 ] [ 関 西 健 康 科 学 専 門 学 校 入 学 試 験 過 去 問 題 1] 1. 見 出 し 語 と 同 じ 音 節 に 主 アクセントがある 語 を 選 びなさい (1) dis-or-der (1in-ci-dent2mon-o-logue3re-in-force4in-ter-pret) (2) e-co-nom-ic

More information

2016 Hosei University Graduate Schools Business School of Innovation Management Global MBA Program Credited Auditor Admission Guideline

2016 Hosei University Graduate Schools Business School of Innovation Management Global MBA Program Credited Auditor Admission Guideline 2016 Hosei University Graduate Schools Business School of Innovation Management Global MBA Program Credited Auditor Admission Guideline In accordance with the stipulations of Article 47 of the Hosei Business

More information

Let s ask Tomoko and Kyle to the party. A. accept B. except C. invite D. include

Let s ask Tomoko and Kyle to the party. A. accept B. except C. invite D. include 英 語 2014 年 度 入 学 試 験 (A 日 程 1 月 25 日 ) 60 分 英 語 試 験 問 題 学 芸 学 部 : 日 本 語 日 本 文 学 科 英 語 文 化 コミュニケーション 学 科 子 ども 教 育 学 科 メディア 情 報 学 科 生 活 デザイン 学 科 人 間 社 会 学 部 : 社 会 マネジメント 学 科 人 間 心 理 学 科 栄 養 科 学 部 : 健 康 栄

More information

IS MAC Address Restriction Absolutely Effective?

IS MAC Address Restriction Absolutely Effective? IS MAC Address Restriction Absolutely Effective? Review the security of corporate wireless LAN with NetAttest EPS Soliton Systems K.K. SMKT1510-A Table of Contents Chapter 1 Is MAC Address Restriction

More information

JPShiKen.COM 全 日 本 最 新 の IT 認 定 試 験 問 題 集

JPShiKen.COM 全 日 本 最 新 の IT 認 定 試 験 問 題 集 JPShiKen.COM 全 日 本 最 新 の IT 認 定 試 験 問 題 集 最 新 の IT 認 定 試 験 資 料 のプロバイダ 参 考 書 評 判 研 究 更 新 試 験 高 品 質 学 習 質 問 と 回 答 番 号 教 科 書 難 易 度 体 験 講 座 初 心 者 種 類 教 本 ふりーく 方 法 割 引 復 習 日 記 合 格 点 学 校 教 材 ス クール 認 定 書 籍 攻

More information

Frontier of Private Higher Education Research in East Asia

Frontier of Private Higher Education Research in East Asia Frontier of Private Higher Education Research in East Asia 東 アジアにおける 高 等 教 育 研 究 のフロンティア RIIHE Research Series 私 学 高 等 教 育 研 究 所 研 究 叢 書 3 Research Institute for Independent Higher Education (RIIHE) 日

More information

Kumiko Sakamoto, Ms., Acad, Social Science, Japan: Women and men in changing societies: Gender division of labor in rural southeast Tanzania [A2]

Kumiko Sakamoto, Ms., Acad, Social Science, Japan: Women and men in changing societies: Gender division of labor in rural southeast Tanzania [A2] Kumiko Sakamoto, Ms., Acad, Social Science, Japan: Women and men in changing societies: Gender division of labor in rural southeast Tanzania [A2] Contents Summary Introduction: Production and reproduction

More information

Course Material English in 30 Seconds (Nan un-do)

Course Material English in 30 Seconds (Nan un-do) English 4A Spring 2011 Sumiyo Nishiguchi Syllabus Course Title English 4A Instructor Sumiyo Nishiguchi Class Location B101 Time Monday 1pm-2:30pm Email nishiguchi@rs.tus.ac.jp Course Website https://letus.ed.tus.ac.jp/course/

More information

Financial Modeling & Valuation Training

Financial Modeling & Valuation Training Financial Modeling & Valuation Training CFA Society Japan is proud to present our Financial Modeling & Valuation Training courses held in conjunction with Wall St. Training. The Financial Modeling & Valuation

More information

Miyagi Prefecture Earthquake Disaster Recovery Plan

Miyagi Prefecture Earthquake Disaster Recovery Plan Miyagi Prefecture Earthquake Disaster Recovery Plan ~ The bond between Miyagi, Tohoku and Japan - from Recovery to Prosperity ~ Musubimaru ( Tourist PR character of Miyagi prefecture ) MIYAGI

More information

宇 宙 機 および 衛 星 のワイヤレス 化 を 支 えるマイクロ 波 半 導 体 デバイス 集 積 回 路 技 術 と 無 線 電 力 伝 送

宇 宙 機 および 衛 星 のワイヤレス 化 を 支 えるマイクロ 波 半 導 体 デバイス 集 積 回 路 技 術 と 無 線 電 力 伝 送 第 27 回 マイクロエレクトロニクスワークショップ2014 The 27 th Micro-Electronics Workshop2014 宇 宙 機 および 衛 星 のワイヤレス 化 を 支 えるマイクロ 波 半 導 体 デバイス 集 積 回 路 技 術 と 無 線 電 力 伝 送 Microwave Semiconductor Device / Integrated Circuit Technology

More information

2, The "Leading Initiative for Excellent Young Researchers" application screen (Home)

2, The Leading Initiative for Excellent Young Researchers application screen (Home) 0, Before you apply for Leading Initiative for Excellent Young Researchers, please refer to "Application Guidelines" and "Notes for Researchers on e-rad System and Forms 3 through 6". (Please access the

More information

Grade 9 Language and Literature (English) Course Description

Grade 9 Language and Literature (English) Course Description Grade 9 Language and Literature (English) Course Description Unit 1 - The Shape of Things We Say (Love and War poetry) Global Context: Personal and cultural expression Key Concept: Communication Related

More information

Introduction to the revised Child Care and Family Care Leave Law

Introduction to the revised Child Care and Family Care Leave Law Introduction to the revised Child Care and Family Care Leave Law Ministry of Health, Labour and Welfare in 10,000s Number of births (in 10,000s) The falling birthrate and the start of population decline

More information

Integrating Elements of Local Identity into Communication Activities

Integrating Elements of Local Identity into Communication Activities >> 松 山 東 雲 女 子 大 学 - Matsuyama Shinonome College Title Joint Research:Integrating Elements Communication Activities Author(s) 門 田, リンダ K.; 川 口, ローラ Citation 松 山 東 雲 女 子 大 学 人 文 科 学 部 紀 要. vol.24, no.,

More information

(2) 合 衆 国 では, 人 口 の 増 加 のほぼ 三 分 一 が 移 民 [ 移 住 ]によってもたらさている

(2) 合 衆 国 では, 人 口 の 増 加 のほぼ 三 分 一 が 移 民 [ 移 住 ]によってもたらさている ReviewExercises 夏 期 髙 3SAα Global population reached 6.1 billion people in 2000, an increase of 77 million over 1999. The increase is equivalent in size to the population of three Tokyos, the world's most

More information

Industrial Safety and Health Act ( Act No. 57 of 1972)

Industrial Safety and Health Act ( Act No. 57 of 1972) この 労 働 安 全 衛 生 法 の 翻 訳 は 平 成 十 八 年 法 律 第 二 十 五 号 までの 改 正 ( 平 成 18 年 4 月 1 日 施 行 )について 法 令 用 語 日 英 標 準 対 訳 辞 書 ( 平 成 18 年 3 月 版 )に 準 拠 して 作 成 したものです なお この 法 令 の 翻 訳 は 公 定 訳 ではありません 法 的 効 力 を 有 するのは 日 本

More information

Universities are coming under more pressure to prove

Universities are coming under more pressure to prove The Language Teacher FEATURE ARTICLE 11 A review of ETS s Criterion online writing program for student compositions This study will report on the findings of firstyear Japanese university students using

More information

Linc English: A Web-Based, Multimedia English Language Curriculum Implementation and Effectiveness Report

Linc English: A Web-Based, Multimedia English Language Curriculum Implementation and Effectiveness Report 報 告 Linc English: A Web-Based, Multimedia English Language Curriculum Implementation and Effectiveness Report Yuka Tachibana 1 )* 1 )Center for the Advancement of Higher Education, Tohoku University 概

More information

Quality Risk Management as a Tool for Improving Compliance and E ciency

Quality Risk Management as a Tool for Improving Compliance and E ciency PDA Journal of GMP and Validation in Japan Vol. 9, No. 2 (2007) 技 術 報 告 Quality Risk Management as a Tool for Improving Compliance and E ciency Prasad Kanneganti, Ph. D Quality Operations Pˆzer Asia Paciˆc

More information

Disaster Management System for Wide-Area Support and Collaboration in Japan

Disaster Management System for Wide-Area Support and Collaboration in Japan 73 都市科学研究 第 3 号 2009 都市研究報告 Disaster Management System for Wide-Area Support and Collaboration in Japan Focused on Mega-disaster in Tokyo Metropolitan Region 日本における広域応援と広域協働による災害対応システムの現状 首都圏の巨大災害を事例に

More information

In-class student presentations are a common method of oral evaluation in communicationfocused

In-class student presentations are a common method of oral evaluation in communicationfocused JALT2011 Conference Proceedings 416 Integrating Video Assessment Into an Oral Presentation Course Joel P. Rian Don Hinkelman Geordie McGarty Sapporo Gakuin University Reference Data: Rian, J.P., Hinkelman,

More information

October 29 2013. Agency, Food Labeling Division

October 29 2013. Agency, Food Labeling Division Food Labeling System in Japan October 29 2013 Consumer Affairs Agency, Food Labeling Division Consumer Affairs Agency (CAA) An external organ of the Cabinet Office Established on September 1, 2009 2 Prime

More information

Stormy Energy Future and Sustainable Nuclear Power

Stormy Energy Future and Sustainable Nuclear Power Stormy Energy Future and Sustainable Nuclear Power 2016-4-13 JAIF Annual Conference Former Executive Director, IEA President, the Sasakawa Peace Foundation Nobuo TANAKA Sustainable Nuclear Power Japan

More information

Melonbooks DL Howto How to register, purchase and enjoy Doujin contents that are sold in Melonbooks DL and shut-out disgusting excuse of reproduction.

Melonbooks DL Howto How to register, purchase and enjoy Doujin contents that are sold in Melonbooks DL and shut-out disgusting excuse of reproduction. Melonbooks DL Howto How to register, purchase and enjoy Doujin contents that are sold in Melonbooks DL and shut-out disgusting excuse of reproduction. Table of Contents 1 Prerequisites...3 1.1 Japanese

More information

2016 July 5. August 16

2016 July 5. August 16 2016 July 5 August 16 Application Process Applicant ICU documents to be sent by applicant documents to be sent by ICU Application and related documents A copy of remittance receipt for the application

More information

Standard specifications SRA210D-01-FD11

Standard specifications SRA210D-01-FD11 Standard specifications SRA210D-01-FD11 1st edition 1401, SMCEN-067-001,001 Table of contents 1. Outline... 1 2. Basic specifications... 2 3. Robot dimensions and working envelope... 3 4. Detail of tool

More information

Japan and the IWC: Investigating Japan s Whaling Policy Objectives

Japan and the IWC: Investigating Japan s Whaling Policy Objectives Katholieke Universiteit Leuven, 2008-2009 Japan and the IWC: Investigating Japan s Whaling Policy Objectives Master s Dissertation for obtaining the degree MASTER IN LANGUAGE AND REGIONAL STUDIES: JAPANOLOGY

More information

Japan s Civil-Military Coordination in U.N. Peacekeeping Operations

Japan s Civil-Military Coordination in U.N. Peacekeeping Operations Japan s Civil-Military Coordination in U.N. Peacekeeping Operations Hideki Tsuchimoto (Deputy Director-General, Secretariat International Peace Cooperation Headquarters, Cabinet Office) Now I would like

More information

Offenders Rehabilitation Act (Act No. 88 of June 15, 2007)

Offenders Rehabilitation Act (Act No. 88 of June 15, 2007) この 更 生 保 護 法 ( 平 成 20 年 6 月 1 日 施 行 ) の 翻 訳 は 法 令 用 語 日 英 標 準 対 訳 辞 書 ( 平 成 20 年 3 月 版 )に 準 拠 して 作 成 したものです なお この 法 令 の 翻 訳 は 公 定 訳 ではありません 法 的 効 力 を 有 するのは 日 本 語 の 法 令 自 体 であり 翻 訳 はあくまでその 理 解 を 助 けるための

More information

To disseminate TRIZ into the business world

To disseminate TRIZ into the business world The 10th TRIZ symposium To disseminate TRIZ into the business world Koji Tsumagari (LOGO Ltd.) Masaaki Sakai (LOGO Ltd.) September 12, 2014 1 To disseminate TRIZ into the business world Koji Tsumagari

More information

APPLICANT GUIDELINES for. The International Course on Systems Life Sciences in THE GRADUATE SCHOOL OF SYSTEMS LIFE SCIENCES, KYUSHU UNIVERSITY

APPLICANT GUIDELINES for. The International Course on Systems Life Sciences in THE GRADUATE SCHOOL OF SYSTEMS LIFE SCIENCES, KYUSHU UNIVERSITY 2016 APPLICANT GUIDELINES for The International Course on Systems Life Sciences in THE GRADUATE SCHOOL OF SYSTEMS LIFE SCIENCES, KYUSHU UNIVERSITY for applicants who wish to enter as 3rd year students

More information

The acute osteoporotic vertebral compression fracture

The acute osteoporotic vertebral compression fracture The acute osteoporotic vertebral compression fracture Its natural course and characteristics Nobuyuki Suzuki Department of Orthopaedics, Institute of Clinical Sciences at Sahlgrenska Academy University

More information

ポストムーア 時 代 に 向 けた プログラミングモデルと 実 装 技 術 Programming Models and Implementation After the End of Moore s Law

ポストムーア 時 代 に 向 けた プログラミングモデルと 実 装 技 術 Programming Models and Implementation After the End of Moore s Law ポストムーア 時 代 に 向 けた プログラミングモデルと 実 装 技 術 Programming Models and Implementation After the End of Moore s Law 田 浦 健 次 朗 ( 東 京 大 学 情 報 理 工 学 系 研 究 科 ): 議 論 参 加 者 八 杉 昌 宏 ( 九 州 工 業 大 学 情 報 工 学 研 究 院 ) 佐 藤 幸 紀

More information

Hanako: What do you like to listen to? 2 I am still waiting to hear. 3 I can t hear it. 4 I d like you to listen. 会 津 大 学. 1 All kinds of music.

Hanako: What do you like to listen to? 2 I am still waiting to hear. 3 I can t hear it. 4 I d like you to listen. 会 津 大 学. 1 All kinds of music. 1 John: Can you ( ), please? I don t have my watch. Mary: It s 9:30. 1 tell me the minute 2 tell me the hour 2 3 tell me the way 4 tell me the time 昭 和 大 学 A: I think I saw Lisa near Shinjuku Station yesterday.

More information

JASIN SYLLABUS. Spring 2016. http://www.nagasaki-gaigo.ac.jp/jasin/classes VIA VERITAS VITA. Nagasaki University of Foreign Studies

JASIN SYLLABUS. Spring 2016. http://www.nagasaki-gaigo.ac.jp/jasin/classes VIA VERITAS VITA. Nagasaki University of Foreign Studies JASIN SYLLABUS Spring 2016 http://www.nagasaki-gaigo.ac.jp/jasin/classes VIA VERITAS VITA Nagasaki University of Foreign Studies International Center 2016.3.25 JASIN List ( B s: Spring 2016) Japanese Language

More information

NSPU510CS Built-in ESD Protection Device RoHS Compliant

NSPU510CS Built-in ESD Protection Device RoHS Compliant NICHIA CORPORATION SPECIFICATIONS FOR UV LED NSPU510CS Built-in ESD Protection Device RoHS Compliant SPECIFICATIONS (1) Absolute Maximum Ratings Item Symbol Absolute Maximum Rating Unit Forward Current

More information

OKI-T/3-W40 Series Adjustable Output 3-Amp DOSA-SMT DC/DC Converters

OKI-T/3-W40 Series Adjustable Output 3-Amp DOSA-SMT DC/DC Converters www.murata-ps.com OKI-T/3-W40 Series Typical unit FEATURES Non-isolated SMT POL DC/DC power module 16-40Vdc input voltage range Programmable output voltage from 0.7525-5.5Vdc 3 Amp output current models

More information

Christ Episcopal Church Sei Ko Kai

Christ Episcopal Church Sei Ko Kai Christ Episcopal Church Sei Ko Kai 2140 Pierce Street, San Francisco, California 94115 January-February, 2003 Greeting the New Year Dearest Friends in Christ, The Christmas Season is ending, and now we

More information

Instructional Design and Teachers and Learners Factors Affecting Active and Meaningful Participation in Online Discussion

Instructional Design and Teachers and Learners Factors Affecting Active and Meaningful Participation in Online Discussion 研 究 論 文 RESEARCH ARTICLES 有意味で活発なオンライン ディスカッションを促す要 因 授業設計要素 教師および学習者要因の観点から Instructional Design and Teachers and Learners Factors Affecting Active and Meaningful Participation in Online Discussion ピダガン,

More information

Cost Accounting 1. B r e a k e v e n A n a l y s i s. S t r a t e g y I m p l e m e n t a t i o n B a l a n c e d S c o r e c a r d s

Cost Accounting 1. B r e a k e v e n A n a l y s i s. S t r a t e g y I m p l e m e n t a t i o n B a l a n c e d S c o r e c a r d s Cost Accounting 1 B r e a k e v e n A n a l y s i s S t r a t e g y I m p l e m e n t a t i o n B a l a n c e d S c o r e c a r d s S t r a t e g y M o n i t o r i n g R e s p o n s i b i l i t y S e g

More information

Groundwater Temperature Survey for Geothermal Heat Pump Application in Tropical Asia

Groundwater Temperature Survey for Geothermal Heat Pump Application in Tropical Asia Bulletin of the Geological Groundwater Survey of Temperature Japan, vol.60 Survey (9/10), for p.459-467, GHP Application 2009 in Tropical Asia (Yasukawa et al.) Groundwater Temperature Survey for Geothermal

More information

Jean-Michel Othoniel

Jean-Michel Othoniel Press Release プレスリリース June 2014 3 rd Year Anniversary of Karuizawa New Art Museum Jean-Michel Othoniel Ai no Idenshi Ten DNA of Love Jean-Michel Othoniel is a contemporary artist born in Saint-Étienne,

More information

LEAVING CERTIFICATE 2011 MARKING SCHEME JAPANESE HIGHER LEVEL

LEAVING CERTIFICATE 2011 MARKING SCHEME JAPANESE HIGHER LEVEL Coimisiún na Scrúduithe Stáit State Examinations Commission LEAVING CERTIFICATE 2011 MARKING SCHEME JAPANESE HIGHER LEVEL LISTENING COMPREHENSION Part A: 21 marks (1/ if answered in Japanese, romaji or

More information

2015 年 12 月 期 年 次 決 算 短 信

2015 年 12 月 期 年 次 決 算 短 信 2015 年 12 月 期 年 次 決 算 短 信 平 成 28 年 2 月 12 日 会 社 名 アメリカン インターナショナル グループ インク 決 算 期 本 決 算 : 年 1 回 (12 月 ) 中 間 決 算 : 四 半 期 毎 問 い 合 わせ 先 東 京 都 港 区 元 赤 坂 一 丁 目 2 番 7 号 赤 坂 Kタワー アンダーソン 毛 利 友 常 法 律 事 務 所 弁 護 士

More information

JAPAN YORII BEST IN OHIO? MORE LIKE # IN THE NATION! STUDENTS ARRIVING THIS AUGUST FEATURED ARTICLES. Jen Read FROM

JAPAN YORII BEST IN OHIO? MORE LIKE # IN THE NATION! STUDENTS ARRIVING THIS AUGUST FEATURED ARTICLES. Jen Read FROM Marysville Exempted Village School District BEST IN OHIO? MORE LIKE # IN THE NATION! 1 What s New? What s Next! National Honor Society Japanese Culture Event JASCO Speech Contest Marysville, OH Spring

More information

Even at an early age, students have their own ideas about school,

Even at an early age, students have their own ideas about school, 46 The Language Teacher READERS FORUM Self-regulated learning: Goal setting and self-monitoring Marc Bloom Takanawa Junior/Senior High School Even at an early age, students have their own ideas about school,

More information

Document and entity information

Document and entity information Company information Company information FASF member mark Document name Document and entity information Aug 2015 第 3 四 半 期 決 算 短 信 日 本 基 準 ( 連 結 ) Filing date 20150710 Company name TRANSACTION CO., Ltd.

More information

Communication Strategies and their Role in English Language Learning

Communication Strategies and their Role in English Language Learning 八 戸 工 業 大 学 紀 要 第 35 巻 (2016) pp. 141-145 1-5 Communication Strategies and their Role in English Language Learning Akihiro SAITO ABSTRACT The globalization of English and higher education and its accompanying

More information

New Global Forest/Non-Forest Maps from ALOS PALSAR data (2007-2010)

New Global Forest/Non-Forest Maps from ALOS PALSAR data (2007-2010) New Global Forest/Non-Forest Maps from ALOS PALSAR data (2007-2010) Masanobu Shimada 1), Takuya Itoh 2), Manabu Watanabe 1), Takeshi Motooka 1), Rajesh Thapa 1), and Richard Lucas 3) Earth Observation

More information

Graphical Abstract. An efficient procedure for preparation of 2- monoalkyl or 2-monoaryl-3- ethoxycyclobutanones

Graphical Abstract. An efficient procedure for preparation of 2- monoalkyl or 2-monoaryl-3- ethoxycyclobutanones Title Author(s) An efficient procedure for preparat ethoxycyclobutanones Matsuo, Jun-ichi; Okuno, Ryosuke; T Ishibashi, Hiroyuki Citation Tetrahedron Letters, 51(29): 3736-3 Issue Date 2010-07-21 Type

More information

Study on the Diagnostics and Projection of Ecosystem Change Associated with Global Change

Study on the Diagnostics and Projection of Ecosystem Change Associated with Global Change Chapter 1 Earth Science Study on the Diagnostics and Projection of Ecosystem Change Associated with Global Change Project Representative Sanae Chiba Authors Eiji Watanabe Maki Noguchi Aita Akio Ishida

More information

Instructions for how to fill out the Arai Auto Auction

Instructions for how to fill out the Arai Auto Auction Instructions for how to fill out the Arai Auto Auction Motorcycle Auction Entry Form (Digital Format Use) As of March, 2013 Note: Please fill in the form in Japanese language only. Other languages, including

More information

NS9L153AMT-H3 Pb-free Reflow Soldering Application Built-in ESD Protection Device RoHS Compliant

NS9L153AMT-H3 Pb-free Reflow Soldering Application Built-in ESD Protection Device RoHS Compliant NICHIA CORPORATION SPECIFICATIONS FOR WARM WHITE LED NS9L153AMT-H3 Pb-free Reflow Soldering Application Built-in ESD Protection Device RoHS Compliant SPECIFICATIONS (1) Absolute Maximum Ratings Item Symbol

More information

MEET COMPANIES INTERESTED IN EMPLOYING YOU! DATE 4 MARCH, 2016 FRIDAY 14:30~18:00 LOCATION TOKYO BAY MAKUHARI

MEET COMPANIES INTERESTED IN EMPLOYING YOU! DATE 4 MARCH, 2016 FRIDAY 14:30~18:00 LOCATION TOKYO BAY MAKUHARI MEET COMPANIES INTERESTED IN EMPLOYING YOU! DATE 4 MARCH, 2016 FRIDAY 14:30~18:00 LOCATION TOKYO BAY MAKUHARI INSTRUCTIONS FOR PARTICIPANTS JET Programme Career Fair(Greater Tokyo) 13:00-14:30 REGISTRATION(Career

More information

Sector Strategies 2013 年 度 報 告 書

Sector Strategies 2013 年 度 報 告 書 Sector Strategies 2013 年 度 報 告 書 2013 年 5 月 1. 報 告 書 1.1. 気 候 の 変 化 と AB32 実 施 状 況 気 候 変 化 と AB32 の 実 施 委 員 会 は 5 月 16 日 に 公 聴 会 を 行 い 気 候 の 変 化 が 州 にもた らすリスクとその 対 策 の 進 捗 状 況 について 議 論 を 行 った カリフォルニア 州

More information

2009 年 3 月 26 日 2 泊 3 日 スーザン 田 辺 先 生 引 率 のセーレム 市 の 高 校 生 が 当 会 の 会 員 宅 や 会 員 友 人 宅 にホームステイをしました 以 下 は 彼 らの 感 想 文 です

2009 年 3 月 26 日 2 泊 3 日 スーザン 田 辺 先 生 引 率 のセーレム 市 の 高 校 生 が 当 会 の 会 員 宅 や 会 員 友 人 宅 にホームステイをしました 以 下 は 彼 らの 感 想 文 です 84 号 別 冊 2009 年 3 月 26 日 2 泊 3 日 スーザン 田 辺 先 生 引 率 のセーレム 市 の 高 校 生 が 当 会 の 会 員 宅 や 会 員 友 人 宅 にホームステイをしました 以 下 は 彼 らの 感 想 文 です Suzan Tanabe Once more, the Kawagoe Salem Friendship Association brought joy

More information

Expressways in Japan

Expressways in Japan Expressways in Japan 1 Topics of the Presentation 1. Planning & Development of Expressways in Japan Strong Government Commitment in Planning Stage 2. Funding for Expressway Development in Japan Toll Road

More information

ENGLISH TRANSLATION. Data Coding and Transmission Specification for Digital Broadcasting ARIB STANDARD. ARIB STD-B24 Version 5.

ENGLISH TRANSLATION. Data Coding and Transmission Specification for Digital Broadcasting ARIB STANDARD. ARIB STD-B24 Version 5. ARIB STD-B24 ENGLISH TRANSLATION Data Coding and Transmission Specification for Digital Broadcasting ARIB STANDARD ARIB STD-B24 Version 5.2 VOLUME 1 Established October 26, 1999 Version 1.0 Revised March

More information

A Large-Scale Self-Organizing Map for Metagenome Studies for Surveillance of Microbial Community Structures

A Large-Scale Self-Organizing Map for Metagenome Studies for Surveillance of Microbial Community Structures Chapter 1 Earth Science A Large-Scale Self-Organizing Map for Metagenome Studies for Surveillance of Microbial Community Structures Project Representative Toshimichi Ikemura Nagahama Institute of Bio-Science

More information

Results of the IEC 61508 Functional Safety Assessment. Systems Engineering Consultants CO., LTD. Tokyo, Japan

Results of the IEC 61508 Functional Safety Assessment. Systems Engineering Consultants CO., LTD. Tokyo, Japan Results of the IEC 61508 Functional Safety Assessment Project: RTMSafety Customer: Systems Engineering Consultants CO., LTD. Tokyo, Japan Contract No.: Q11/10-047, Q14/01-017 and Q14/12-017 Report No.:

More information

Elementary School English Now (2014): Initiatives toward Globalization Practices in Switzerland and Japan

Elementary School English Now (2014): Initiatives toward Globalization Practices in Switzerland and Japan Elementary School English Now (2014):Initiatives toward Globalization Practices in Switzerland and Japan Elementary School English Now (2014): Initiatives toward Globalization Practices in Switzerland

More information

The meaning and image of Otaku in Japanese society, and its change over time

The meaning and image of Otaku in Japanese society, and its change over time JAPANSKA The meaning and image of Otaku in Japanese society, and its change over time Andreas Welin Kandidatuppsats VT 2013 Handledare: Martin Nordeborg Examinator: Yasuko Nagano-Madsen Abstract The aim

More information

PwCグローバルインフラセミナー 前 半 の 部 世 界 のインフラ PPP 市 場 の 現 状 と 展 望 概 要 版

PwCグローバルインフラセミナー 前 半 の 部 世 界 のインフラ PPP 市 場 の 現 状 と 展 望 概 要 版 www.pwc.com/jp グローバルインフラセミナー 前 半 の 部 世 界 のインフラ PPP 市 場 の 現 状 と 展 望 概 要 版 Japan Contents Overview of Asian Infrastructure Market Asian Infrastructure Market by Country China India Indonesia Australia Malaysia/Thailand/Philippines/Vietnam

More information

JAEA-Review 2015-037. March 2016. Japan Atomic Energy Agency. (Eds.) Zaiton AHMAD and Yutaka OONO 日 本 原 子 力 研 究 開 発 機 構

JAEA-Review 2015-037. March 2016. Japan Atomic Energy Agency. (Eds.) Zaiton AHMAD and Yutaka OONO 日 本 原 子 力 研 究 開 発 機 構 JAEA-Review 2015-037 DOI:10.11484/jaea-review-2015-037 Report of Cooperative Research Programs in the Field of Ion-beam Breeding between Japan Atomic Energy Agency and Malaysian Nuclear Agency (Bilateral

More information

T s u n a m i s a n d S t o r m S u r g e s

T s u n a m i s a n d S t o r m S u r g e s Measures against Earthquakes, T s u n a m i s a n d S t o r m S u r g e s ANMC21 Flood, Storm Surge and Tsunami Control Workshop January 22, 2013 Regarding Measures against Earthquakes, T s u n a m i s

More information

レッドハット 製 品 プライスリスト Red Hat Enterprise Linux2013 新 製 品 (ベースサブスクリプション) 更 新 :2015 年 4 22

レッドハット 製 品 プライスリスト Red Hat Enterprise Linux2013 新 製 品 (ベースサブスクリプション) 更 新 :2015 年 4 22 Red Hat Enterprise Linux2013 新 製 品 (ベースサブスクリプション) 更 新 :2015 年 4 22 薄 紫 :3 年 型 番 :5 年 型 番 字 : 新 規 追 加 変 更 新 規 新 規 SKU 製 品 名 ソケット ゲストOS サポート 期 間 標 準 価 格 備 考 Server RH00001 Red Hat Enterprise Linux for Virtual

More information

Education, English and Positive Psychology

Education, English and Positive Psychology 東洋大学人間科学総合研究所紀要 第 12 号 2010 11-21 11 Education, English and Positive Psychology Joseph E. RING Abstract This article introduces the current state of educational research and research methods in positive

More information

Discover the power of reading for university learners of Japanese in New Zealand. Mitsue Tabata-Sandom Victoria University of Wellington

Discover the power of reading for university learners of Japanese in New Zealand. Mitsue Tabata-Sandom Victoria University of Wellington Discover the power of reading for university learners of Japanese in New Zealand Mitsue Tabata-Sandom Victoria University of Wellington The power of reading The power of reading is claimed by Krashen (2004).

More information

The meaning of (Second) Life

The meaning of (Second) Life 京都産業大学論集 人文科学系列第38号 平成20年3月 97 A virtual community of practice Abstract This report is an attempt to identify what Cypris Chat in the virtual online world of Second Life (SL) means to two of its founding

More information

Energy Environmental Strategy and CCS エネルギー 環 境 問 題 とCCS

Energy Environmental Strategy and CCS エネルギー 環 境 問 題 とCCS Energy Environmental Strategy and CCS エネルギー 環 境 問 題 とCCS Kenji Yamaji 山 地 憲 治 Research Institute of Innovative Technology for the Earth (RITE) 地 球 環 境 産 業 技 術 研 究 機 構 革 新 的 CO 2 膜 分 離 技 術 シンポジウム @ 第 一

More information

Beginning English Conversation Student Manual

Beginning English Conversation Student Manual 2012 Beginning English Conversation Student Manual Mormon Helping Hands English Class 8/24/2012 ようこそ 末 日 聖 徒 イエス キリスト 教 会 の 英 会 話 クラスにようこそ!!!ここではわたしたちについての 紹 介 や, 皆 さんに 期 待 していること,わたしたちが 教 える 内 容,そして 英

More information

医 学 生 物 学 一 般 問 題 ( 問 題 用 紙 1 枚 解 答 用 紙 2 枚 )

医 学 生 物 学 一 般 問 題 ( 問 題 用 紙 1 枚 解 答 用 紙 2 枚 ) 平 成 26 年 度 大 学 院 医 学 研 究 科 博 士 課 程 入 学 試 験 (1 回 目 ) 医 学 生 物 学 一 般 問 題 ( 問 題 用 紙 1 枚 解 答 用 紙 2 枚 ) 以 下 の 問 題 1 問 題 4のうち 二 つの 問 題 を 選 択 して 解 答 しなさい 一 つの 問 題 につき1 枚 の 解 答 用 紙 を 使 用 しなさい 紙 面 不 足 の 場 合 は 裏

More information

How Performing Shakespeare's Plays Affects National Education in England

How Performing Shakespeare's Plays Affects National Education in England IAPL Journal Vol.1 pp.74-93 Research Paper How Performing Shakespeare's Plays Affects National Education in England Keiko Aoki Ochanomizu University ABSTRACT In the United Kingdom (England, Wales), the

More information

CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III

CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III Centers for Medicare & Medicaid Services CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III Eligible Professional Programs and Hospital Quality Reporting (HQR)

More information

Online Grading System User Guide. Content

Online Grading System User Guide. Content User Guide (Translation of " 成 績 WEB 入 力 システム 操 作 マニュアル") Content 0Login page...1 1 Login 1 2 Logout 2 1Password Initialization.3 2Menu.4 3Student Database...5 1 Student Search 5 2 Search Results 6 4Registered

More information

Direct Marketing Production Printing & Value-Added Services: A strategy for growth

Direct Marketing Production Printing & Value-Added Services: A strategy for growth 2015 年 12 月 Direct Marketing Production Printing & Value-Added Services: A strategy for growth 完 成 のご 案 内 ダイレクトマーケティングにおける 印 刷 物 & 付 加 価 値 サービス : 成 長 への 戦 略 とは? 印 刷 物 を 活 用 したダイレクトマーケティングが 成 長 しており デジタル

More information