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

FHIR IG analytics

Packagehl7.fhir.in
Resource TypeProcedure
IdProcedure-example-01.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

Placement of stent in coronary artery

Source1

{
  "resourceType": "Procedure",
  "id": "example-01",
  "meta": {
    "profile": [
      "http://nrces.in/ndhm/fhir/r4/StructureDefinition/Procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "36969009",
        "display": "Placement of stent in coronary artery"
      }
    ],
    "text": "Placement of stent in coronary artery"
  },
  "subject": {
    "reference": "Patient/1"
  },
  "performedDateTime": "2019-05-12",
  "complication": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "131148009",
          "display": "Bleeding"
        }
      ]
    }
  ]
}