Difference between revisions of "ServiceRequest"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) (Created page with " <pre> "orderDetail": [ { "coding": [ { "system": "http://oridashi.com.au/CodeSystem/service-billing", "co...") |
Brett Esler (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | Billing details - codes [ private | concession | schedule | directbill ] | ||
<pre> | <pre> | ||
| − | "orderDetail": [ | + | "orderDetail": [ |
{ | { | ||
"coding": [ | "coding": [ | ||
| Line 12: | Line 13: | ||
"text": "Private" | "text": "Private" | ||
} | } | ||
| − | ] | + | ] |
</pre> | </pre> | ||
| + | Fasting flag: present if fasting / not-present if not fasting | ||
<pre> | <pre> | ||
| − | "orderDetail": [ | + | "orderDetail": [ |
{ | { | ||
"coding": [ | "coding": [ | ||
| Line 28: | Line 30: | ||
"text": "Fasting" | "text": "Fasting" | ||
} | } | ||
| − | ] | + | ] |
</pre> | </pre> | ||
| + | |||
| + | |||
<pre> | <pre> | ||
Revision as of 15:07, 29 June 2020
Billing details - codes [ private | concession | schedule | directbill ]
"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"
}
]
"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"
}
]