FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Encounter/f201 (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Real-world encounter example

{
  "resourceType" : "Encounter",
  "id" : "f201",
  "identifier" : [{
    "use" : "temp",
    "value" : "Encounter_Roel_20130404"
  }],
  "status" : "completed",
  "class" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "AMB",
      "display" : "ambulatory"
    }]
  }],
  "priority" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "17621005",
      "display" : "Normal"
    }]
  },
  "type" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "11429006",
      "display" : "Consultation"
    }]
  }],
  "subject" : {
    "reference" : "Patient/f201",
    "display" : "Roel"
  },
  "serviceProvider" : {
    "reference" : "Organization/f201"
  },
  "participant" : [{
    "actor" : {
      "reference" : "Practitioner/f201"
    }
  }],
  "reason" : [{
    "value" : [{
      "concept" : {
        "text" : "The patient had fever peaks over the last couple of days. He is worried about these peaks."
      }
    }]
  }]
}

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.