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

 

Real-world encounter example

Raw JSON

{
  "Encounter":{
    "identifier":[
      {
        "use":{
          "value":"temp"
        },
        "label":{
          "value":"Roel's encounter on March eleventh 2013"
        },
        "key":{
          "value":"Encounter_Roel_20130311"
        }
      }
    ],
    "status":{
      "value":"finished"
    },
    "class":{
      "value":"inpatient"
    },
    "type":[
      {
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"183807002"
            },
            "display":{
              "value":"Inpatient stay for nine days"
            }
          }
        ]
      }
    ],
    "subject":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f201"
      },
      "display":{
        "value":"Roel"
      }
    },
    "participant":[
      {
        "practitioner":{
          "type":{
            "value":"Practitioner"
          },
          "reference":{
            "value":"practitioner/@f201"
          }
        }
      }
    ],
    "reasonString":{
      "value":"The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy."
    },
    "priority":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"394849002"
          },
          "display":{
            "value":"High priority"
          }
        }
      ]
    },
    "hospitalization":{
      "admitSource":{
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"309902002"
            },
            "display":{
              "value":"Clinical Oncology Department"
            }
          }
        ]
      },
      "period":{
        "start":{
          "value":"2013-03-11"
        },
        "end":{
          "value":"2013-03-20"
        }
      },
      "diet":{
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"276026009"
            },
            "display":{
              "value":"Fluid balance regulation"
            }
          }
        ]
      },
      "reAdmission":{
        "value":false
      }
    },
    "serviceProvider":{
      "type":{
        "value":"Organization"
      },
      "reference":{
        "value":"organization/@f201"
      }
    }
  }
}