FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Procedure |
| Id | Procedure-os-scenario4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure os-scenario4
status: Completed
category: Evaluation
code: Assessment of passive range of motion
subject: Example Patient Female, DoB: 1990-10-01
performed: 2016-09-27
reasonCode: assessment of mobility limitations due to osteoarthritis
bodySite: Both knees
{
"resourceType": "Procedure",
"id": "os-scenario4",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386053000",
"display": "Evaluation procedure (procedure)"
}
],
"text": "Evaluation"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "710830005",
"display": "Assessment of passive range of motion (procedure)"
}
],
"text": "Assessment of passive range of motion"
},
"subject": {
"reference": "Patient/os-scenario4-patient"
},
"performedDateTime": "2016-09-27",
"reasonCode": [
{
"text": "assessment of mobility limitations due to osteoarthritis"
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36701003",
"display": "Both knees (body structure)"
}
],
"text": "Both knees"
}
]
}