FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Procedure |
| Id | Procedure-defib-implant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure defib-implant
Profile: US Core Procedure Profile version: 9.0.0
identifier: Uniform Resource Identifier (URI)/urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07aff
status: Completed
code: Insertion or replacement of permanent implantable defibrillator system with transvenous lead(s), single or dual chamber
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
encounter: Office Visit
performed: 2019-03-26 12:55:26-0700 --> 2019-03-26 13:25:26-0700
| Actor |
| Practitioner Ronald Bone |
reasonCode: Ventricular fibrillation
| Manipulated |
| Device: status = active; manufacturer = ACME Biomedical; expirationDate = 2022-01-01; lotNumber = M320; serialNumber = AC221; modelNumber = 1.0; type = Defibrillator, device |
{
"resourceType": "Procedure",
"id": "defib-implant",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07aff"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "33249"
}
],
"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": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "I49.01",
"display": "Ventricular fibrillation"
}
],
"text": "Ventricular fibrillation"
}
],
"focalDevice": [
{
"manipulated": {
"reference": "Device/udi-2"
}
}
]
}