• API Hub
  • Search loading...

    API Hub

    Explore and Make use of Nationally Defined Messaging APIs

     

    Administrative Items

    Administrative Items HTML View.

    Administrative Items

    Section Code Section Name TPP EMIS INPS Microtest
    ADM Administrative Items Yes No1 Yes Yes

    1 EMIS have indicated they can’t currently support extracting administrative items.

    Purpose

    A list of all coded administrative items related to a patient ordered by date descending (i.e. most recent date/time first).

    Date Horizon

    All relevant^ records SHALL be returned with-in Consumer supplied date range.

    ^ For GP Connect FoT relevant records are all coded items held in the GP CIS system under the READ code hierarchy for administrative content.

    Section Banner Content Message

    Providers message describing at a summary level how they have populated this section, to include the following:

    Provider Message
    EMIS  
    TPP  
    INPS  
    Microtest Chapter Heading - Read 2 to distinguish the administrative codes (those starting ‘9’ (Administration) and ‘0’ (Occupation)

    Table Construction

    • Table header SHALL be “Administrative Items”.
    • Table columns SHALL be ordered left-to-right (1..N).
    • Table content SHALL NOT be truncated.
    • Table rows SHALL be ordered by date descending (i.e. most recent date/time first).

    Table Columns

    1. Date
      • the date of administrative item.
    2. Entry1
      • a short free-text human readable description of the administrative item.
    3. Details1
      • a longer free-text human readable description of the administrative item.

    1 Codes such as READ or SNOMED SHALL not be included.

    HTML View

    <div>
    	<h2>Administrative Items</h2>
    	<table>
    		<thead>
    			<tr>
    				<th>Date</th>
    				<th>Entry</th>
    				<th>Details</th>
    			</tr>
    		</thead>
    		<tbody>
    			<tr ng-repeat="item in items">
    				<td>{{item.date}}</td>
    				<td>{{item.entry}}</td>
    				<td>{{item.details}}</td>
    			</tr>
    		</tbody>
    	</table>
    </div>
    

    All content is available under the Open Government Licence v3.0, except where otherwise stated