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

FHIR IG analytics

Packagetest.fhir.onc.ctm
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

No narrative content found in resource


Source1

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