FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeProcedure
IdProcedure-defib-implant.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Performers

-Actor
*Practitioner Ronald Bone

reasonCode: Ventricular fibrillation

FocalDevices

-Manipulated
*Device: status = active; manufacturer = ACME Biomedical; expirationDate = 2022-01-01; lotNumber = M320; serialNumber = AC221; modelNumber = 1.0; type = Defibrillator, device

Source1

{
  "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"
      }
    }
  ]
}