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-f002-lung.json

Raw JSON (canonical form)

Real-world procedure example

{
  "resourceType": "Procedure",
  "id": "f002",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "patient": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "status": "completed",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "359615001",
        "display": "Partial lobectomy of lung"
      }
    ]
  },
  "bodySite": [
    {
      "siteCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "39607008",
            "display": "Lung structure"
          }
        ]
      }
    }
  ],
  "indication": [
    {
      "text": "Malignant tumor of lung"
    }
  ],
  "performer": [
    {
      "person": {
        "reference": "Practitioner/f003",
        "display": "M.I.M. Versteegh"
      },
      "role": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.15.111",
            "code": "01.000",
            "display": "Arts"
          }
        ],
        "text": "Care role"
      }
    }
  ],
  "performedPeriod": {
    "start": "2013-03-08T09:00:10+01:00",
    "end": "2013-03-08T09:30:10+01:00"
  },
  "encounter": {
    "reference": "Encounter/f002"
  },
  "outcome": {
    "text": "improved blood circulation"
  },
  "report": [
    {
      "reference": "DiagnosticReport/f001",
      "display": "Lab results blood test"
    }
  ],
  "followUp": [
    {
      "text": "described in care plan"
    }
  ]
}

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.