LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Service Request Example - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="CDMServiceRequestInstance"/>
  <meta>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id">
      <valueString value="tenant7209"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id">
      <valueString value="rgVCJnQBxvghkKTI8Hzz"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-name">
      <valueString value="TREX"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-client-id">
      <valueString value="7209"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-record-id">
      <valueIdentifier>
        <system value="http://acme-health.com/WellnessMedicalCenter"/>
        <value value="7209_07869_e00080779_3938586_2516181"/>
      </valueIdentifier>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/source-file-id">
      <valueString value="e00080779"/>
    </extension>
    <source value="http://acme-health.com/WellnessMedicalCenter"/>
    <profile
             value="http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-service-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="CDMServiceRequestInstance"> </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 "CDMServiceRequestInstance" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/WellnessMedicalCenter!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cdm-service-request.html">CDM Service Request</a></p></div><p><b>identifier</b>: Source System Row Identifier: 000000000000000000019721078(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: localreferraltype <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (local-referral-type#localreferraltype)</span></p><p><b>subject</b>: <a href="Patient-CDMPatientInstance.html">Patient/CDMPatientInstance</a> " MCLASTNAME"</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="SSRI"/>
      </coding>
    </type>
    <system
            value="http://acme-health.com/CodeSystem/local-authorization-number"/>
    <value value="000000000000000000019721078"/>
    <assigner>
      <display value="Acme Health - Wellness Medical Center"/>
    </assigner>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://acme-health.com/CodeSystem/local-referral-type"/>
      <code value="localreferraltype"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/CDMPatientInstance"/>
  </subject>
</ServiceRequest>