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

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

Resource Profile: 新型冠状病毒核酸检测报告共享文档本地化定义

Defining URL:http://hl7.org.cn/fhir/StructureDefinition/profile-sars-cov-2-nucleic-acid-test
Version:2024.4.23
Name:DocumentSarsCov2NucleicAcidTest
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-sars-cov-2-nucleic-acid-test

简介

核酸检测项目编码有两种形式:

  • Cycle Threshold: 循环数阈值
  • Presence: 存在

形式的不同,决定了核酸检测结果Observation的value取值类型,在本次测评中使用Presence形式,value取值类型为CodeableConcept。

核酸样本类型有很多种,包括:鼻咽拭子、咽拭子、痰标本、唾液标本、血清标本、血浆标本、全血样本、静脉血标本等。

国内一般采用实时荧光RT-PCR方法检测新冠病毒核酸。

国内检测机构所选用的新冠病毒核酸检测试剂主要针对新冠病毒基因组中开放读码框1ab(open reading frame 1ab,ORF1ab)和核衣壳蛋白(nucleocapsid protein,N)基因。

实验室确认阳性病例需满足以下两个条件中的一个:

  • 条件一:同一份标本中新冠病毒2个靶标(ORF1ab、N)实时荧光RT-PCR检测结果均为阳性。如果出现单个靶标阳性的检测结果,则需要重新检测或重新采样复核。
  • 条件二:两种标本实时荧光RT-PCR同时出现单靶标阳性,或同种类型标本两次采样检测中均出现单个靶标阳性的检测结果,可判定为阳性。

定义内容的视图

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

这种结构源自 Composition

Summary

Mandatory: 11 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element Composition.section is sliced based on the value of type:resource

 

本定义的其它表示法: Schematron

Terminology Bindings

PathConformanceValueSet / CodeURI
Composition.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
Composition.statusrequiredCompositionStatus
http://hl7.org/fhir/ValueSet/composition-status|5.0.0
from the FHIR Standard
Composition.typerequiredPattern: P001("新型冠状病毒核酸检测报告")
http://hl7.org.cn/fhir/ValueSet/phr-document-type
from this IG
Composition.categoryrequiredPattern: PHR("个人健康档案共享文档")
http://hl7.org.cn/fhir/ValueSet/document-category
from this IG
Composition.attester.modepreferredCompositionAttestationMode
http://hl7.org/fhir/ValueSet/composition-attestation-mode
from the FHIR Standard
Composition.event.detailexampleActCode
http://terminology.hl7.org/ValueSet/v3-ActCode
Composition.section.coderequiredDocSectionCodes
http://hl7.org.cn/fhir/ValueSet/doc-section-codes
from this IG
Composition.section.orderedBypreferredListOrderCodes
http://hl7.org/fhir/ValueSet/list-order
from the FHIR Standard
Composition.section.emptyReasonpreferredListEmptyReasons
http://hl7.org/fhir/ValueSet/list-empty-reason
from the FHIR Standard
Composition.section:LabResult.codeexamplePattern: LOINC code 30954-2("检验结果")
http://hl7.org/fhir/ValueSet/doc-section-codes
from the FHIR Standard
Composition.section:LabResult.orderedBypreferredListOrderCodes
http://hl7.org/fhir/ValueSet/list-order
from the FHIR Standard
Composition.section:LabResult.emptyReasonpreferredListEmptyReasons
http://hl7.org/fhir/ValueSet/list-empty-reason
from the FHIR Standard
Composition.section:Speciman.codeexamplePattern: LOINC code 68992-7("标本信息")
http://hl7.org/fhir/ValueSet/doc-section-codes
from the FHIR Standard
Composition.section:Speciman.orderedBypreferredListOrderCodes
http://hl7.org/fhir/ValueSet/list-order
from the FHIR Standard
Composition.section:Speciman.emptyReasonpreferredListEmptyReasons
http://hl7.org/fhir/ValueSet/list-empty-reason
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.section, Composition.section:LabResult, Composition.section:SpecimanA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.section, Composition.section:LabResult, Composition.section:SpecimanA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorCompositionIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
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()