Sha256: 01bc5a1ad3fad7345acb31611de662f8868b298d88be1befaeabf43d0250083c
Contents?: true
Size: 1.52 KB
Versions: 10
Compression:
Stored size: 1.52 KB
Contents
{ "resourceType": "ClinicalImpression", "id": "example", "identifier": [ { "value": "12345" } ], "status": "completed", "description": "This 26 yo male patient is brought into ER by ambulance after being involved in a motor vehicle accident", "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "effectivePeriod": { "start": "2014-12-06T20:00:00+11:00", "end": "2014-12-06T22:33:00+11:00" }, "date": "2014-12-06T22:33:00+11:00", "assessor": { "reference": "Practitioner/example" }, "problem": [ { "display": "MVA" } ], "investigation": [ { "code": { "text": "Initial Examination" }, "item": [ { "display": "deep laceration of the scalp (left temporo-occipital)" }, { "display": "decreased level of consciousness" }, { "display": "disoriented to time and place" }, { "display": "restless" } ] } ], "summary": "provisional diagnoses of laceration of head and traumatic brain injury (TBI)", "finding": [ { "itemCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/sid/icd-9", "code": "850.0" } ] } } ], "meta": { "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] } }
Version data entries
10 entries across 10 versions & 1 rubygems