Skip to content

Procedure Profile

Canonical../StructureDefinition/nexus-emr-core-procedure
Statusdraft · 1.26.0
BaseProcedure (constraint)
SourceFSH · JSON

Defines the Nexus EMR FHIR profile for Procedure resources, based on CA-Core Procedure constraints, for aggregating data from multiple EMRs.

Examples

Iron Therapy

Example procedure record for iron therapy prescribed to Avery Linwood

Procedure/iron-therapy-avery-20250408 — claims conformance to Procedure Profile

{
  "resourceType": "Procedure",
  "id": "iron-therapy-avery-20250408",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-procedure"
    ]
  },
  "identifier": [
    {
      "use": "secondary",
      "system": "../NamingSystem/cedarbrook-clinic-procedure-raw-code",
      "value": "EMR-PROC-AVERY-IRON-20250408"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'>Oral ferrous sulfate administered to Avery Linwood on April 8, 2025, following acute anemia diagnosis.</div>"
  },
  "status": "completed",
  "code": {
    "text": "Oral iron therapy (ferrous sulfate)"
  },
  "subject": {
    "reference": "Patient/avery-linwood"
  },
  "performedDateTime": "2025-04-08",
  "asserter": {
    "reference": "Practitioner/dr-emil-navarro"
  }
}