FHIR IG analytics| Package | test.fhir.onc.ctm |
| Resource Type | Procedure |
| Id | Procedure-defib-implant.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Procedure",
"id": "defib-implant",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
]
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07aff"
}
],
"status": "completed",
"code": {
"coding": [
{
"code": "33249",
"system": "http://www.ama-assn.org/go/cpt"
}
],
"text": "Insertion or replacement of permanent implantable defibrillator system with transvenous lead(s), single or dual chamber"
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example-1",
"display": "Office Visit"
},
"performedPeriod": {
"start": "2019-03-26T12:55:26-07:00",
"end": "2019-03-26T13:25:26-07:00"
},
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-1"
}
}
],
"reasonCode": [
{
"coding": [
{
"code": "I49.01",
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"display": "Ventricular fibrillation"
}
],
"text": "Ventricular fibrillation"
}
],
"focalDevice": [
{
"manipulated": {
"reference": "Device/udi-2"
}
}
]
}