Skip to content

Instantly share code, notes, and snippets.

@hhyyg
Last active April 30, 2021 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhyyg/eec04d51b9c2dc940b45dc3c34f0021d to your computer and use it in GitHub Desktop.
Save hhyyg/eec04d51b9c2dc940b45dc3c34f0021d to your computer and use it in GitHub Desktop.
https://www.jahis.jp/standard/detail/id=665 の一部の仕様を JSON で表したものですが、必ずしも仕様に準拠したものではありません。
{
"1": {
"0": {
"title": "患者情報レコード"
},
"1": {
"title": "患者氏名"
},
"2": {
"title": "患者性別"
},
"3": {
"title": "患者生年月日"
},
"4": {
"title": "患者郵便番号"
},
"5": {
"title": "患者住所"
},
"6": {
"title": "患者電話番号"
},
"7": {
"title": "緊急連絡先"
},
"8": {
"title": "血液型"
},
"9": {
"title": "体重"
},
"10": {
"title": "患者氏名カナ"
}
},
"3": {
"0": {
"title": "一般用医薬品服用レコード"
},
"1": {
"title": "薬品名称"
},
"2": {
"title": "服用開始年月日"
},
"3": {
"title": "服用終了年月日"
},
"4": {
"title": "レコード作成者",
"description": "1:医療関係者、2:患者等、8:その他、9:不明"
}
},
"5": {
"0": {
"title": "調剤等年月日レコード"
},
"1": {
"title": "調剤等年月日"
},
"2": {
"title": "レコード作成者"
}
},
"51": {
"0": {
"title": "処方-医療機関レコード"
},
"1": {
"title": "医療機関名称"
},
"2": {
"title": "医療機関都道府県"
},
"3": {
"title": "医療機関点数表"
},
"4": {
"title": "医療機関コード"
},
"5": {
"title": "レコード作成者"
}
},
"55": {
"0": {
"title": "処方-医師レコード"
},
"1": {
"title": "医師氏名"
},
"2": {
"title": "診療科名"
},
"3": {
"title": "レコード作成者"
}
},
"201": {
"0": {
"title": "薬品レコード"
},
"1": {
"title": "RP 番号"
},
"2": {
"title": "薬品名称"
},
"3": {
"title": "用量"
},
"4": {
"title": "単位名"
},
"5": {
"title": "薬品コード種別"
},
"6": {
"title": "薬品コード(※1)"
},
"7": {
"title": "レコード作成者"
}
},
"301": {
"0": {
"title": "用法レコード"
},
"1": {
"title": "RP 番号"
},
"2": {
"title": "用法名称"
},
"3": {
"title": "調剤数量"
},
"4": {
"title": "調剤単位"
},
"5": {
"title": "剤型コード"
},
"6": {
"title": "用法コード種別"
},
"7": {
"title": "用法コード"
},
"8": {
"title": "レコード作成者"
}
},
"311": {
"0": {
"title": "用法補足レコード"
},
"1": {
"title": "RP 番号"
},
"2": {
"title": "用法補足情報"
},
"3": {
"title": "レコード作成者"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment