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

: 21992 - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "21992",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-12-22T12:12:28.700+01:00",
    "source" : "#bqFc771U6Jeje64Q"
  },
  "text" : {
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Treatment name</div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-generic-eu-pcsp",
        "code" : "other-treatment"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/20952"
  },
  "reasonReference" : [
    {
      "reference" : "Condition/20953"
    }
  ]
}