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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeProcedure
IdProcedureUpdateRequest.json
FHIR VersionR5

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": "PROC-20250827-001",
  "identifier": {
    "system": "https://fhir.synapxe.sg/NamingSystem/procedureID",
    "value": "PROC-20250827-001"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387713003",
        "display": "Cardiology procedure"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Coronary angioplasty"
      }
    ]
  },
  "subject": {
    "reference": "Patient/12345"
  },
  "encounter": {
    "reference": "Encounter/ENC-001"
  },
  "occurrencePeriod": {
    "start": "2025-08-27T09:00:00+08:00",
    "end": "2025-08-27T10:30:00+08:00"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "310512001",
            "display": "Primary operator"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/PRAC-001"
      },
      "period": {
        "start": "2025-08-27T09:00:00+08:00",
        "end": "2025-08-27T10:30:00+08:00"
      }
    }
  ],
  "outcome": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385669000",
        "display": "Successful outcome"
      }
    ]
  },
  "report": [
    {
      "reference": "DiagnosticReport/RAD-20250827-005"
    }
  ],
  "complication": [
    {
      "concept": {
        "coding": [
          {
            "system": "https://fhir.synapxe.sg/CodeSystem/complication-types",
            "code": "NONE",
            "display": "No complication"
          }
        ]
      }
    }
  ],
  "followUp": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "305490003",
          "display": "Follow-up visit"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Patient tolerated the procedure well. No immediate complications."
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "41801008",
          "display": "Heart structure"
        }
      ]
    }
  ],
  "focalDevice": [
    {
      "action": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "129265001",
            "display": "Insertion"
          }
        ]
      },
      "manipulated": {
        "reference": "#dev1"
      }
    }
  ],
  "contained": [
    {
      "resourceType": "Device",
      "id": "dev1",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-device"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/NamingSystem/deviceID",
          "value": "STENT-20250827-001"
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "46713006",
            "display": "Coronary artery stent"
          }
        ]
      },
      "manufacturer": "Acme Medical Devices",
      "modelNumber": "STENT-X100"
    }
  ]
}