HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="Covid19ResultExample02"/>
<meta>
<profile
value="http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-result"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="Covid19ResultExample02"> </a><a name="hcCovid19ResultExample02"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "Covid19ResultExample02" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-covid19-result.html">核酸检测结果结构定义</a></p></div><p><b>status</b>: final</p><p><b>category</b>: 实验室检验 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (observation-category#laboratory)</span></p><p><b>code</b>: 新冠核酸 样本 探针检测 ORF1ab域[Pr] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#94639-2)</span></p><p><b>subject</b>: <a href="Patient-PatientExample01.html">Patient/PatientExample01</a> " 刘"</p><p><b>encounter</b>: <a href="Encounter-Covid19EncounterExample01.html">Encounter/Covid19EncounterExample01</a></p><p><b>issued</b>: 2022年5月20日 下午4:45:50</p><p><b>performer</b>: <a href="Practitioner-PractitionerExample01.html">Practitioner/PractitionerExample01</a> " 赵"</p><p><b>value</b>: 未检测到 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#260415000)</span></p><p><b>method</b>: 实时荧光定量PCR/qRT-PCR <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#871560001)</span></p><p><b>specimen</b>: <a href="Specimen-Covid19SpecimenExample01.html">Specimen/Covid19SpecimenExample01</a></p></div>
</text>
<status value="final"/>
<category>
<coding>
<system value="http://hl7.org/fhir/CodeSystem/observation-category"/>
<code value="laboratory"/>
<display value="实验室检验"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="94639-2"/>
<display value="新冠核酸 样本 探针检测 ORF1ab域[Pr]"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/PatientExample01"/>
</subject>
<encounter>🔗
<reference value="Encounter/Covid19EncounterExample01"/>
</encounter>
<issued value="2022-05-20T16:45:50+08:00"/>
<performer>🔗
<reference value="Practitioner/PractitionerExample01"/>
</performer>
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="260415000"/>
<display value="未检测到"/>
</coding>
</valueCodeableConcept>
<method>
<coding>
<system value="http://snomed.info/sct"/>
<code value="871560001"/>
<display value="实时荧光定量PCR/qRT-PCR"/>
</coding>
</method>
<specimen>🔗
<reference value="Specimen/Covid19SpecimenExample01"/>
</specimen>
</Observation>