HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG
1.1.0 - STU1 Release 1.1 - Standard for Trial-Use International flag

HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG, published by HRSA BPHC. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/drajer-health/uds-plus/ and changes regularly. See the Directory of published versions

: Uds Plus De-Identified Encounter Example - XML Representation

Page standards status: Informative

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="de-identified-example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="De-Identified Encounter Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is an encounter example for the *US Core Encounter Profile*."/>
    </extension>
    <lastUpdated value="2022-05-26T11:56:57.250-04:00"/>
    <profile
             value="http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-encounter"/>
  </meta>
  <extension
             url="http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-age-extension">
    <valueQuantity>
      <value value="36"/>
      <unit value="yr"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </valueQuantity>
  </extension>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://www.ama-assn.org/go/cpt"/>
      <code value="99202"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/de-identified-example"/>
  </subject>
  <period>
    <start value="2022"/>
    <end value="2022"/>
  </period>
  <hospitalization>
    <dischargeDisposition>
      <coding>
        <system value="http://www.nubc.org/patient-discharge"/>
        <code value="01"/>
        <display value="Discharged to Home"/>
      </coding>
    </dischargeDisposition>
  </hospitalization>
  <location>
    <location>🔗 
      <reference value="Location/hospital"/>
      <display value="Holy Family Hospital"/>
    </location>
  </location>
</Encounter>