logo资料库

FHIR标准中Profile的介绍.doc

第1页 / 共54页
第2页 / 共54页
第3页 / 共54页
第4页 / 共54页
第5页 / 共54页
第6页 / 共54页
第7页 / 共54页
第8页 / 共54页
资料共54页,剩余部分请下载后查看
Profile
2.13.0 Profiling FHIR 
2.13.0.1 Glossary 
2.13.0.2 Conformance Resources 
2.13.0.3  Two uses of Profiles 
2.13.0.3.1 Conformance.rest.resource.profile 
2.13.0.3.2 Conformance.profile 
2.13.0.4 Extending and Restricting the API 
2.13.0.5 Extending and Restricting Resources 
2.13.0.6 Changing Cardinality 
2.13.0.7  Limitations of Use 
2.13.0.8 Using Structure Definitions 
2.13.0.9  Differential vs Snapshot 
2.13.0.10 Slicing 
2.13.0.11 Discriminator 
2.13.0.12 Re-slicing 
2.13.0.13 Extension Definitions 
2.13.0.13.1 Using Extensions in Profiles 
2.13.0.14 Binding Definitions 
2.13.0.15 Mixing Custom and Standard Terminologies
2.13.0.16 Changing Binding Strength in Profiles 
2.13.0.17 Must Support 
2.13.0.18 Search Criteria 
2.13.0.19 Supporting Multiple Profiles 
2.13.1 Slicing and Discriminator Examples 
2.13.1.1 Slicing Patient Contact Details 
In a StructureDefinition, this will look like: 结
2.13.1.2 Blood Pressure Example 
An example of an Observation resource that meets t
Observation资源的例子满足这些规则
... snip ...
//第一个之间的内容为收缩压的LOINC和数量值
To do this, the profile that implements these rule
On the base Observation.component element: define
Then define 2 slices:
1.systolic: fixed values for code, cardinality 1..1,
2.diastolic: fixed values for code, cardinality 1..1
为此,实现profile需要执行这些规则:
基本元素Observation.component:定义分片过程中的鉴别器的元素是code。没有规定
然后定义了两个slices:
收缩压:code值是固定的、基数为1..1.还有一个数量值
舒张压:code值是固定的、基数为1..1.还有一个数量值
In a StructureDefinition, this will look like:
结构定义Observation.component的详细内容
//上面…描述了将Observation.componen
2.13.1.4 Diagnostic Report & Observation 
//基本路径是诊断报告
//下面是Composition.section的第二个slice(药物)