HL7中国FHIR Connectathon测试实施指南
2024.4.23 - release

本指南适用于HL7中国的FHIR Connectathon测试。

Resource Profile: 检索参数本地化定义

Defining URL:http://hl7.org.cn/fhir/StructureDefinition/profile-rx-parameters
Version:2024.4.23
Name:RxParameters
Title:检索参数本地化定义
Status:Active as of 2024-04-23 21:03:23+0800
Definition:

检索参数本地化定义。

Publisher:HL7中国. HL7中国,
Source Resource:XML / JSON / Turtle

本定义的正式URL为:

http://hl7.org.cn/fhir/StructureDefinition/profile-rx-parameters

定义内容的视图

关于定义、差异、快照以及如何解读这些表示法

这种结构源自 Parameters

Summary

Mandatory: 3 elements

Slices

This structure defines the following Slices:

  • The element Parameters.parameter is sliced based on the value of value:name
  • The element Parameters.parameter.value[x] is sliced based on the value of type:$this

 

本定义的其它表示法: Schematron

Terminology Bindings

PathConformanceValueSetURI
Parameters.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:QueryString, Parameters.parameter:Patient, Parameters.parameter:MedicationRequestA parameter must have one and only one of (value, resource, part)
: (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))