DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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-f201-tpf.json

Raw JSON (canonical form)

Real-world procedure example

{
  "resourceType": "Procedure",
  "id": "f201",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "patient": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "status": "completed",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "367336001",
        "display": "Chemotherapy"
      }
    ]
  },
  "bodySite": [
    {
      "siteCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "272676008",
            "display": "Sphenoid bone"
          }
        ]
      }
    }
  ],
  "indication": [
    {
      "text": "DiagnosticReport/f201"
    }
  ],
  "performer": [
    {
      "person": {
        "reference": "Practitioner/f201",
        "display": "Dokter Bronsig"
      },
      "role": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "310512001",
            "display": "Medical oncologist"
          }
        ]
      }
    }
  ],
  "performedPeriod": {
    "start": "2013-01-28T13:31:00+01:00",
    "end": "2013-01-28T14:27:00+01:00"
  },
  "encounter": {
    "reference": "Encounter/f202",
    "display": "Roel's encounter on January 28th, 2013"
  },
  "notes": "Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding."
}

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.