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":"official"
        },
        "system":{
          "value":"http://www.amc.nl/zorgportal/identifiers/visits"
        },
        "key":{
          "value":"v1451"
        }
      }
    ],
    "status":{
      "value":"finished"
    },
    "class":{
      "value":"outpatient"
    },
    "type":[
      {
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"Patient-initiated encounter"
            },
            "display":{
              "value":"270427003"
            }
          }
        ]
      }
    ],
    "subject":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f001"
      },
      "display":{
        "value":"P. van de Heuvel"
      }
    },
    "participant":[
      {
        "type":[
          {
            "value":"consulting"
          }
        ],
        "practitioner":{
          "type":{
            "value":"Practitioner"
          },
          "reference":{
            "value":"practitioner/@f002"
          },
          "display":{
            "value":"P. Voigt"
          }
        }
      }
    ],
    "length":{
      "value":{
        "value":"140"
      },
      "units":{
        "value":"min"
      },
      "system":{
        "value":"http://unitsofmeasure.org"
      },
      "code":{
        "value":"min"
      }
    },
    "reasonCodeableConcept":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"34068001"
          },
          "display":{
            "value":"Heart valve replacement"
          }
        }
      ]
    },
    "priority":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"310361003"
          },
          "display":{
            "value":"Non-urgent cardiological admission"
          }
        }
      ]
    },
    "hospitalization":{
      "preAdmissionIdentifier":{
        "use":{
          "value":"official"
        },
        "system":{
          "value":"http://www.amc.nl/zorgportal/identifiers/pre-admissions"
        },
        "key":{
          "value":"93042"
        }
      },
      "admitSource":{
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"Referral by physician"
            },
            "display":{
              "value":"305956004"
            }
          }
        ]
      },
      "period":{
        "start":{
          "value":"2011-06-26"
        },
        "end":{
          "value":"2011-06-30"
        }
      },
      "accomodation":[
        {
          "period":{
            "start":{
              "value":"2011-06-26"
            },
            "end":{
              "value":"2011-07-01"
            }
          }
        }
      ],
      "dischargeDisposition":{
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"Discharge to home"
            },
            "display":{
              "value":"306689006"
            }
          }
        ]
      },
      "reAdmission":{
        "value":false
      }
    },
    "serviceProvider":{
      "type":{
        "value":"Organization"
      },
      "reference":{
        "value":"organization/@f001"
      },
      "display":{
        "value":"Burgers University Medical Center"
      }
    }
  }
}