MyHealth@EU Core
1.0.0 - trial-use 150

This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Procedure: example - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "b8c9d0e1-f2a3-4567-bcde-678901234567",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/core/StructureDefinition/procedure-myhealtheu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Appendectomy - John Doe</div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "80146002",
        "display" : "Appendectomy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "performedDateTime" : "2022-09-14",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
      },
      "onBehalfOf" : {
        🔗 "reference" : "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
      }
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "74400008",
          "display" : "Appendicitis"
        }
      ]
    }
  ]
}