Difference between revisions of "Current Context"

From Hiasobi - FHIR
Jump to: navigation, search
(Current Application Context)
(Current Application Context)
Line 21: Line 21:
 
<pre>
 
<pre>
 
<Observation xmlns="http://hl7.org/fhir">
 
<Observation xmlns="http://hl7.org/fhir">
<text>
+
  <text>
<div xmlns="http://www.w3.org/1999/xhtml">
+
    <div xmlns="http://www.w3.org/1999/xhtml">
<p> Context: APPLICATION - MEDICATION.LIST</p>
+
      <p> Context: APPLICATION - MEDICATION.LIST</p>
</div>
+
    </div>
</text>
+
  </text>
<name>
+
  <name>
<coding>
+
    <coding>
<system value="http://oridashi.com.au/system/code/context"/>
+
      <system value="http://oridashi.com.au/system/code/context"/>
<code value="APPLICATION"/>
+
      <code value="APPLICATION"/>
<display value="Application Context"/>
+
      <display value="Application Context"/>
</coding>
+
    </coding>
</name>
+
  </name>
<valueString value="MEDICATION.LIST"/>
+
  <valueString value="MEDICATION.LIST"/>
<appliesDateTime value="2014-02-03T14:50:03Z"/>
+
  <appliesDateTime value="2014-02-03T14:50:03Z"/>
<status value="final"/>
+
  <status value="final"/>
<reliability value="ok"/>
+
  <reliability value="ok"/>
 
</Observation>
 
</Observation>
 
</pre>
 
</pre>

Revision as of 00:52, 4 February 2014

Current application context can be queried using well known Observation resource identifiers.


Current Provider Identifier

<fhir-host>/Observation/CTX-PROVIDER

Current Patient Identifier

<fhir-host>/Observation/CTX-PATIENT

Current Organisation Identifier

<fhir-host>/Observation/CTX-ORGANISATION

Current Application Context

<fhir-host>/Observation/CTX-APPLICATION


<Observation xmlns="http://hl7.org/fhir">
  <text>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> Context: APPLICATION - MEDICATION.LIST</p>
    </div>
  </text>
  <name>
    <coding>
      <system value="http://oridashi.com.au/system/code/context"/>
      <code value="APPLICATION"/>
      <display value="Application Context"/>
    </coding>
  </name>
  <valueString value="MEDICATION.LIST"/>
  <appliesDateTime value="2014-02-03T14:50:03Z"/>
  <status value="final"/>
  <reliability value="ok"/>
</Observation>

CTX-APPLICATION : Value Set

  • MEDICATION.LIST - current medications list
  • MEDICALHISTORY.LIST - past medical history list
  • IMMUNISATION.LIST - immunisations list
  • INVESTIGATION.LIST - investigations list
  • PRESCRIBING - prescribing medications entry
  • PATHOLOGY.ORDER - ordering pathology entry
  • IMAGING.ORDER - ordering imaging entry