PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions

: 3978 - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "3978",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-07-05T12:55:31.861+02:00",
    "source" : "#FluXpVDL81rcqP94"
  },
  "text" : {
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">prova</div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "88094004"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/3971"
  },
  "reasonReference" : [
    {
      "reference" : "Condition/3972"
    }
  ]
}