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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) 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 class="res-header-id"><b>Generated Narrative: ServiceRequest ImageRequestExample01</b></p><a name="ImageRequestExample01"> </a><a name="hcImageRequestExample01"> </a><a name="ImageRequestExample01-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 363679005}">Imaging</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 title="Codes:{http://loinc.org 80859-2}">心脏彩色多普勒超声</span></td></tr></table><p><b>subject</b>: <a href="Patient-PatientExample01.html">刘康</a></p><p><b>encounter</b>: <a href="Encounter-EncounterExample01.html">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#45678; status = completed; class = 住院诊疗; type = ; actualPeriod = 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</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">赵勇</a></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 title="Codes:">患者心悸</span></td></tr></table><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 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>