Difference between revisions of "Current Context"
From Hiasobi - FHIR
(→Read) |
|||
Line 4: | Line 4: | ||
==Current Provider Identifier== | ==Current Provider Identifier== | ||
===Read=== | ===Read=== | ||
− | <pre><fhir-host>/Observation/CTX-PROVIDER</pre> | + | <pre>GET <fhir-host>/Observation/CTX-PROVIDER</pre> |
==Current Patient Identifier== | ==Current Patient Identifier== | ||
Line 34: | Line 34: | ||
==Current Patient List== | ==Current Patient List== | ||
===Read=== | ===Read=== | ||
− | <pre><fhir-host>/Observation/CTX-PATIENTLIST</pre> | + | <pre>GET <fhir-host>/Observation/CTX-PATIENTLIST</pre> |
==Current Organisation Identifier== | ==Current Organisation Identifier== | ||
===Read=== | ===Read=== | ||
− | <pre><fhir-host>/Observation/CTX-ORGANISATION</pre> | + | <pre>GET <fhir-host>/Observation/CTX-ORGANISATION</pre> |
==Current Application Context== | ==Current Application Context== | ||
===Read=== | ===Read=== | ||
− | <pre><fhir-host>/Observation/CTX-APPLICATION</pre> | + | <pre>GET <fhir-host>/Observation/CTX-APPLICATION</pre> |
===Example=== | ===Example=== |
Revision as of 09:51, 2 September 2015
Current application context can be queried using well known Observation resource identifiers.
Contents
Current Provider Identifier
Read
GET <fhir-host>/Observation/CTX-PROVIDER
Current Patient Identifier
Read
GET <fhir-host>/Observation/CTX-PATIENT
Example
<Observation xmlns="http://hl7.org/fhir"> <text> <div xmlns="http://www.w3.org/1999/xhtml"> <p> Context: PATIENT - 4</p> </div> </text> <name> <coding> <system value="http://oridashi.com.au/system/code/context"/> <code value="PATIENT"/> <display value="Patient Context"/> </coding> </name> <valueString value="4"/> <appliesDateTime value="2014-02-03T15:01:08Z"/> <status value="final"/> <reliability value="ok"/> </Observation>
Current Patient List
Read
GET <fhir-host>/Observation/CTX-PATIENTLIST
Current Organisation Identifier
Read
GET <fhir-host>/Observation/CTX-ORGANISATION
Current Application Context
Read
GET <fhir-host>/Observation/CTX-APPLICATION
Example
<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>
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