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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: Covid19ResultExample01 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="Covid19ResultExample01"/>
  <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</b></p><p></p><p><b>category</b>: <span title="Codes: {http://hl7.org/fhir/CodeSystem/observation-category laboratory}">实验室检验</span></p><p><b>code</b>: <span title="Codes: {http://loinc.org 94316-7}">新冠核酸 样本 探针检测 N基因[Pr]</span></p><p><b>subject</b>: <a href="Patient-PatientExample01.html">Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>encounter</b>: <a href="Encounter-Covid19EncounterExample01.html">Generated Summary: status: finished; <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode FLD}">field</span>; <span title="Codes: {http://terminology.hl7.org/CodeSystem/encounter-type TEST}">检查检验</span>; period: 2022年5月20日 下午6:45:50 --&gt; (ongoing)</a></p><p><b>issued</b>: 2022年5月20日 下午4:45:50</p><p><b>performer</b>: <a href="Practitioner-PractitionerExample01.html">Generated Summary: 赵勇; gender: male</a></p><p><b>value</b>: <span title="Codes: {http://snomed.info/sct 260415000}">未检测到</span></p><p><b>method</b>: <span title="Codes: {http://snomed.info/sct 871560001}">实时荧光定量PCR/qRT-PCR</span></p><p><b>specimen</b>: <a href="Specimen-Covid19SpecimenExample01.html">Generated Summary: id: SP235603; status: available; <span title="Codes: {http://snomed.info/sct 258529004}">咽拭子</span>; receivedTime: 2022年5月20日 下午6:45:50</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="94316-7"/>
      <display value="新冠核酸 样本 探针检测 N基因[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>