Difference between revisions of "ServiceRequest"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) |
||
Line 86: | Line 86: | ||
<pre> | <pre> | ||
+ | "priority" : "urgent", | ||
+ | |||
+ | |||
"extension": [ | "extension": [ | ||
{ | { |
Revision as of 00:44, 8 July 2020
Billing details - codes [ private | concession | schedule | directbill ] Note: directbill is Medicare Billing by the lab
"orderDetail": [ { "coding": [ { "system": "http://oridashi.com.au/CodeSystem/service-billing", "code": "private" } ], "text": "Private" } ]
Fasting flag: present if fasting / not-present if not fasting
"orderDetail": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "792805006" } ], "text": "Fasting" } ]
Pregnancy Flag: present if pregnant
"contained": [ { "resourceType": "Condition", "id": "1b970d98-f71c-aeba-948b-59b66f095c01", "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", "code": "active", "display": "Active" } ], "text": "active" }, "verificationStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", "code": "confirmed", "display": "Confirmed" } ], "text": "confirmed" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "77386006", "display": "Pregnant" } ], "text": "Pregnant" } } ] ... "supportingInfo": [ { "reference": "#1b970d98-f71c-aeba-948b-59b66f095c01" } ]
Urgent test details - test done by, fax detail, phone detail
"priority" : "urgent", "extension": [ { "url": "http://oridashi.com.au/StructureDefinition/servicerequest-urgent-by", "valueString": "17:00" }, { "url": "http://oridashi.com.au/StructureDefinition/servicerequest-urgent-fax", "valueString": "0366667777" }, { "url": "http://oridashi.com.au/StructureDefinition/servicerequest-urgent-phone", "valueString": "0344445555" } ]