FHIR IG analytics| Package | johnmoehrke.testvital.example |
| Resource Type | Observation |
| Id | Observation-ex-cost.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-cost
Language: en
status: Final
code: COST
subject: John Schmidt Other, DoB: 1923-07-25
effective: 2004-09-24 10:32:00+0000
performer: Clerk 4217
value: 71(unit USD from urn:iso:std:iso:4217) (Details: unknown codeUSD = 'United States dollar')
{
"resourceType": "Observation",
"id": "ex-cost",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"text": "COST"
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "2004-09-24T10:32:00Z",
"performer": [
{
"display": "Clerk 4217"
}
],
"valueQuantity": {
"value": 71,
"system": "urn:iso:std:iso:4217",
"code": "USD"
}
}