This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

Encounter-example-f002-lung.json

Real-world encounter example

{
  "resourceType": "Encounter",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>identifier</b>: v3251 (official)\n      </p>\n      <p>\n        <b>status</b>: finished\n      </p>\n      <p>\n        <b>class</b>: outpatient\n      </p>\n      <p>\n        <b>type</b>: \n        <span title=\"Codes: {http://snomed.info/sct 270427003}\">Patient-initiated encounter</span>\n      </p>\n      <p>\n        <b>subject</b>: P. van de Heuvel\n      </p>\n      <h3>Participants</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Type</b>\n          </td>\n          <td>\n            <b>Individual</b>\n          </td>\n        </tr>\n        <tr>\n          <td> </td>\n          <td>M.I.M Versteegh</td>\n        </tr>\n      </table>\n      <p>\n        <b>length</b>: 140 min\n      </p>\n      <p>\n        <b>reason</b>: \n        <span title=\"Codes: {http://snomed.info/sct 34068001}\">Partial lobectomy of lung</span>\n      </p>\n      <p>\n        <b>priority</b>: \n        <span title=\"Codes: {http://snomed.info/sct 103391001}\">Urgent</span>\n      </p>\n      <blockquote>\n        <p>\n          <b>hospitalization</b>\n        </p>\n        <p>\n          <b>preAdmissionIdentifier</b>: 98682 (official)\n        </p>\n        <p>\n          <b>admitSource</b>: \n          <span title=\"Codes: {http://snomed.info/sct 305997006}\">Referral by radiologist</span>\n        </p>\n        <p>\n          <b>period</b>: 6-Jul 2012 --&gt; 13-Jul 2012\n        </p>\n        <h3>Accomodations</h3>\n        <table class=\"grid\">\n          <tr>\n            <td>\n              <b>Bed</b>\n            </td>\n            <td>\n              <b>Period</b>\n            </td>\n          </tr>\n          <tr>\n            <td> </td>\n            <td>6-Jul 2012 --&gt; 13-Jul 2012</td>\n          </tr>\n        </table>\n        <p>\n          <b>dischargeDisposition</b>: \n          <span title=\"Codes: {http://snomed.info/sct 306689006}\">Discharge to home</span>\n        </p>\n        <p>\n          <b>reAdmission</b>: false\n        </p>\n      </blockquote>\n      <p>\n        <b>serviceProvider</b>: BMC\n      </p>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/zorgportal/identifiers/encounters",
      "value": "v3251"
    }
  ],
  "status": "finished",
  "class": "outpatient",
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "270427003",
          "display": "Patient-initiated encounter"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/f003",
        "display": "M.I.M Versteegh"
      }
    }
  ],
  "length": {
    "value": 140,
    "units": "min",
    "system": "http://unitsofmeasure.org",
    "code": "min"
  },
  "reason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "34068001",
        "display": "Partial lobectomy of lung"
      }
    ]
  },
  "priority": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "103391001",
        "display": "Urgent"
      }
    ]
  },
  "hospitalization": {
    "preAdmissionIdentifier": {
      "use": "official",
      "system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions",
      "value": "98682"
    },
    "admitSource": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "305997006",
          "display": "Referral by radiologist"
        }
      ]
    },
    "period": {
      "start": "2012-07-06",
      "end": "2012-07-13"
    },
    "accomodation": [
      {
        "period": {
          "start": "2012-07-06",
          "end": "2012-07-13"
        }
      }
    ],
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "306689006",
          "display": "Discharge to home"
        }
      ]
    },
    "reAdmission": false
  },
  "serviceProvider": {
    "reference": "Organization/f001",
    "display": "BMC"
  }
}