


{"resourceType": "Organization","id": "H5001005","meta": {"versionId": "1","lastUpdated": "2025-03-12T12:00:00Z"},"name": "宝安妇幼医院","telecom": [{"system": "phone","value": "0755-66668888","use": "work"},{"system": "email","value": "fuyoucontact@a-hospital.com","use": "work"}],"active": true}



{"resourceType": "Parameters","parameter": [{"name": "operation","part": [{"name": "type","valueString": "add"},{"name": "path","valueString": "Organization"},{"name": "name","valueString": "name"},{"name": "value","valueString": "深圳市宝安区妇幼保健院"}]}]}









数据详情 | 含义 | |
概览 | 资源 | 资源类型。 |
| ID | 资源的逻辑 ID。 |
| 最后更新时间 | 该资源最近一次更新的时间,格式遵循 ISO 8601,含时区信息。 |
| 全部 | 默认视图,展示资源的完整内容(业务数据 + 元数据)。 |
| 元数据 | 仅展示 meta 字段,包含 versionId、lastUpdated、source、profile 等元信息。 |
| 校验 | 展示对资源执行 FHIR Profile 校验(是否符合实施指南约束)的结果。 |
| 历史 | 对于开启资源历史版本存储功能的实例的资源,展示该资源所有版本的变更记录列表。 |
| 版本 | 展示当前版本 ID(如 1、2 等),用于标识资源的版本号。 |
元素 | | 元素路径视图,按 FHIR 规范中的元素路径逐级展开。 |
JSON | | FHIR 资源的 JSON 序列化原文。 |





{"resourceType": "Bundle","type": "batch","entry": [{"fullUrl": "urn:uuid:1d3e3e3a-7a8b-45c5-9f50-8a12c3a4b5d6","resource": {"resourceType": "Patient","identifier": [{"system": "https://hospital.example.org/patient-id","value": "PAT001"}],"name": [{"use": "official","family": "吴","given": ["三"]}],"gender": "male","birthDate": "1990-05-15","telecom": [{"system": "phone","value": "+86-138-1234-5678","use": "mobile"}],"address": [{"use": "home","city": "北京","district": "朝阳区"}]},"request": {"method": "POST","url": "Patient"}},{"fullUrl": "urn:uuid:2a5b8c1d-4e7f-469e-b3c9-f0a1d2e3f4g5","resource": {"resourceType": "Patient","identifier": [{"system": "https://hospital.example.org/patient-id","value": "PAT002"}],"name": [{"use": "official","family": "李","given": ["小芳"]}],"gender": "female"},"request": {"method": "POST","url": "Patient"}}]}
文档反馈