R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Usersession-example.xml

FHIR Infrastructure Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Example of usersession (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<UserSession xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">Example UserSession.</div> 
  </text> 
  <identifier> 
    <value value="usersession-1"/> 
  </identifier>   
  <user> 
    <reference value="Practitioner/1"/> 
  </user> 
  <status> 
    <code value="active"/> 
    <source value="system"/> 
  </status> 
  <workstation> 
    <value value="computer-name"/> 
  </workstation> 
  <focus> 
    <reference value="Patient/example"/> 
  </focus> 
  <created value="2017-11-15T17:31:00Z"/> 
  <context> 
    <type value="task"/> 
    <valueCodeableConcept> 
      <text value="context-value"/> 
    </valueCodeableConcept> 
  </context> 
</UserSession> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.