__assertedDate 和 hl7 FHIR json 模式中的 assertedDate 有什么区别?

What is the difference between __assertedDate and assertedDate in hl7 FHIR json schema?

在 hl7 FHIR 资源的大多数 JSON 模式中,我发现字段以 _ 为前缀。但它们未在示例中列出。因此,在为资源创建 类 时,我应该只使用不以 _.

为前缀的字段吗?

喜欢 _assertedDate 和 assertedDate。这两个字段是否都需要?

因为,对于 xml 模式定义中的相同资源,我没有找到 _assertedDate。

您需要在 http://build.fhir.org/json.html (particularly http://build.fhir.org/json.html#primitive), and see http://build.fhir.org/observation-example-10minute-apgar-score.json 阅读有关 json 格式的详细信息以获取示例