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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeComposition
IdCardiologyCreateRequest.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": "Composition",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-cardiologyreport"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/recordID",
      "value": "CARDIO-20250827-001"
    },
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/accessionNumber",
      "value": "ACC-20250827-001"
    }
  ],
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "https://fhir.synapxe.sg/CodeSystem/nehr-doc-types",
        "code": "CARDIOLOGY",
        "display": "Cardiology Report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/12345"
  },
  "encounter": {
    "reference": "Encounter/ENC-001"
  },
  "date": "2025-08-27T14:00:00+08:00",
  "author": [
    {
      "reference": "Practitioner/PRAC-001"
    }
  ],
  "attester": [
    {
      "mode": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/composition-attestation-mode",
            "code": "official",
            "display": "Official"
          }
        ]
      },
      "party": {
        "reference": "Practitioner/PRAC-002"
      }
    }
  ],
  "custodian": {
    "reference": "Organization/ORG-001"
  },
  "section": [
    {
      "title": "Heart Procedure",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "34534-8",
            "display": "Cardiology Studies"
          }
        ]
      },
      "entry": [
        {
          "reference": "#proc1"
        }
      ]
    }
  ],
  "contained": [
    {
      "resourceType": "Procedure",
      "id": "proc1",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-procedure"
        ]
      },
      "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"
        }
      ]
    }
  ]
}