DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Procedure-example-biopsy.json

Raw JSON (canonical form)

Example of a Biopsy

{
  "resourceType": "Procedure",
  "id": "biopsy",
  "text": {
    "status": "generated",
    "div": "<div>Biopsy of suspected melanoma L) arm</div>"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "90105005",
        "display": "Biopsy of soft tissue of forearm (Procedure)"
      }
    ],
    "text": "Biopsy of suspected melanoma L) arm"
  },
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "368225008",
          "display": "Entire Left Forearm"
        }
      ],
      "text": "Left forearm"
    }
  ],
  "reasonCodeableConcept": {
    "text": "Dark lesion l) forearm. getting darker last 3 months."
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example",
        "display": "Dr Bert Biopser"
      }
    }
  ],
  "performedDateTime": "2014-02-03",
  "followUp": [
    {
      "text": "Review in clinic"
    }
  ],
  "notes": [
    {
      "text": "Standard Biopsy"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.