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

: ImageRequestExample01 - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ImageRequestExample01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="ImageRequestExample01"> </a><a name="hcImageRequestExample01"> </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 ServiceRequest &quot;ImageRequestExample01&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>category</b>: Imaging <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#363679005)</span></p><h3>Codes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td>心脏彩色多普勒超声 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#80859-2)</span></td></tr></table><p><b>subject</b>: <a href="Patient-PatientExample01.html">Patient/PatientExample01: 刘康</a> &quot; 刘&quot;</p><p><b>encounter</b>: <a href="Encounter-EncounterExample01.html">Encounter/EncounterExample01</a></p><p><b>occurrence</b>: 2018-05-02 09:00:00+0700</p><p><b>authoredOn</b>: 2018-05-01 10:33:27+0700</p><p><b>requester</b>: <a href="Practitioner-PractitionerExample01.html">Practitioner/PractitionerExample01: 赵勇</a> &quot; 赵&quot;</p><h3>Reasons</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td>患者心悸 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></td></tr></table><p><b>bodySite</b>: 心脏 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#80891009)</span></p></div>
  </text>
  <status value="active"/>
  <intent value="original-order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="363679005"/>
      <display value="Imaging"/>
    </coding>
  </category>
  <code>
    <concept>
      <coding>
        <system value="http://loinc.org"/>
        <code value="80859-2"/>
        <display value="心脏彩色多普勒超声"/>
      </coding>
    </concept>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientExample01"/>
    <display value="刘康"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EncounterExample01"/>
  </encounter>
  <occurrenceDateTime value="2018-05-02T09:00:00+07:00"/>
  <authoredOn value="2018-05-01T10:33:27+07:00"/>
  <requester>🔗 
    <reference value="Practitioner/PractitionerExample01"/>
    <display value="赵勇"/>
  </requester>
  <reason>
    <concept>
      <text value="患者心悸"/>
    </concept>
  </reason>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80891009"/>
      <display value="心脏"/>
    </coding>
  </bodySite>
</ServiceRequest>