German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ServiceRequest: LDT Laborauftrag - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ldt-servicerequest-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest ldt-servicerequest-example</b></p><a name="ldt-servicerequest-example"> </a><a name="hcldt-servicerequest-example"> </a><p><b>identifier</b>: <a href="NamingSystem-ldt-auftragsnummer.html" title="Laborauftragsnummer gemaess LDT-Standard fuer ServiceRequest.identifier">LdtAuftragsnummer</a>/LAB-2025-00123</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://loinc.org 2160-0}">Creatinin [Masse/Volumen] in Serum oder Plasma</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p></div>
  </text>
  <identifier>
    <system
            value="https://fhir.cognovis.de/praxis/NamingSystem/ldt-auftragsnummer"/>
    <value value="LAB-2025-00123"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="2160-0"/>
      <display value="Creatinin [Masse/Volumen] in Serum oder Plasma"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
</ServiceRequest>