FHIR IG analytics| Package | hl7.fhir.uv.pc-incubator |
| Resource Type | ClinicalAssessment |
| Id | ClinicalAssessment-example.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ClinicalAssessment example
identifier: 12345
status: Completed
description: This 26 yo male patient is brought into ER by ambulance after being involved in a motor vehicle accident
subject: Patient/example
encounter: Encounter/example
effective: 2014-12-06 20:00:00+1100 --> 2014-12-06 22:33:00+1100
date: 2014-12-06 22:33:00+1100
performer: Practitioner/example
problem: MVA
summary:
provisional diagnoses of laceration of head and traumatic brain injury (TBI)
finding
Items
Concept 850.0
{
"resourceType": "ClinicalAssessment",
"resourceDefinition": "http://hl7.org/fhir/StructureDefinition/ClinicalAssessment|0.1.0",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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",
"performer": {
"reference": "Practitioner/example"
},
"problem": [
{
"display": "MVA"
}
],
"summary": "provisional diagnoses of laceration of head and traumatic brain injury (TBI)",
"finding": [
{
"item": {
"concept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-9",
"code": "850.0"
}
]
}
}
}
]
}