FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm |
| Resource Type | Procedure |
| Id | Procedure-procedure-example-ach-ach-pass1-lumbar.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure procedure-example-ach-ach-pass1-lumbar
Profile: QICore Procedureversion: null6.0.0)
identifier: http://example.org/identifiers/698.8/1000510352 (use: usual, )
status: Completed
code: Drainage of Spinal Canal, Percutaneous Approach, Diagnostic
subject: Pass1 ACH
encounter: Hospital Admission
performed: 2024-02-02 18:56:00-0500
bodySite: Structure of superior articular process of lumbar vertebra
{
"resourceType": "Procedure",
"id": "procedure-example-ach-ach-pass1-lumbar",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/identifiers/698.8",
"value": "1000510352"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://www.cms.gov/Medicare/Coding/ICD10",
"code": "009U3ZX",
"display": "Drainage of Spinal Canal, Percutaneous Approach, Diagnostic"
}
]
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass1",
"display": "Pass1 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass1",
"display": "Hospital Admission"
},
"performedDateTime": "2024-02-02T18:56:00-05:00",
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "272005",
"display": "Structure of superior articular process of lumbar vertebra (body structure)"
}
],
"text": "Structure of superior articular process of lumbar vertebra"
}
]
}