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 January 28th, 2013"
        },
        "key":{
          "value":"Encounter_Roel_20130128"
        }
      }
    ],
    "status":{
      "value":"finished"
    },
    "class":{
      "value":"outpatient"
    },
    "type":[
      {
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"367336001"
            },
            "display":{
              "value":"Chemotherapy"
            }
          }
        ]
      }
    ],
    "subject":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f201"
      },
      "display":{
        "value":"Roel"
      }
    },
    "participant":[
      {
        "practitioner":{
          "type":{
            "value":"Practitioner"
          },
          "reference":{
            "value":"practitioner/@f201"
          }
        }
      }
    ],
    "length":{
      "value":{
        "value":"56"
      },
      "units":{
        "value":"minutes"
      },
      "system":{
        "value":"http://snomed.info/sct"
      },
      "code":{
        "value":"258701004"
      }
    },
    "reasonString":{
      "value":"The patient is treated for a tumor."
    },
    "indication":{
      "type":{
        "value":"Procedure"
      },
      "reference":{
        "value":"procedure/@f201"
      },
      "display":{
        "value":"Roel's TPF chemotherapy on January 28th, 2013"
      }
    },
    "priority":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"103391001"
          },
          "display":{
            "value":"Urgent"
          }
        }
      ]
    },
    "serviceProvider":{
      "type":{
        "value":"Organization"
      },
      "reference":{
        "value":"organization/@f201"
      }
    }
  }
}