This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Real-world encounter example
{
"resourceType" : "Encounter",
"id" : "f002",
"identifier" : [{
"use" : "official",
"system" : "http://www.bmc.nl/zorgportal/identifiers/encounters",
"value" : "v3251"
}],
"status" : "completed",
"class" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
}]
}],
"priority" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "103391001",
"display" : "Urgent"
}]
},
"type" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "270427003",
"display" : "Patient-initiated encounter"
}]
}],
"subject" : {
"reference" : "Patient/f001",
"display" : "P. van de Heuvel"
},
"serviceProvider" : {
"reference" : "Organization/f001",
"display" : "BMC"
},
"participant" : [{
"actor" : {
"reference" : "Practitioner/f003",
"display" : "M.I.M Versteegh"
}
}],
"length" : {
"value" : 140,
"unit" : "min",
"system" : "http://unitsofmeasure.org",
"code" : "min"
},
"reason" : [{
"value" : [{
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "359615001",
"display" : "Partial lobectomy of lung"
}]
}
}]
}],
"admission" : {
"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"
}]
},
"dischargeDisposition" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "306689006",
"display" : "Discharge to home"
}]
}
}
}
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.