FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejohnmoehrke.testvital.example
Resource TypeObservation
IdObservation-ex-cost.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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')


Source1

{
  "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"
  }
}