This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
DSTU
1).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
Example of QICore Encounter
{
"resourceType": "Encounter",
"id": "qicore",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/encounter-primaryCondition",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39065001",
"display": "Burn of ear"
}
]
}
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/encounter-condition",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "110182002",
"display": "burn of forehead"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/encounter-conditionRole",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "398192003",
"display": "Co-morbid conditions (finding)"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/encounter-relatedCondition"
}
],
"status": "finished",
"class": "inpatient",
"patient": {
"reference": "Patient/qicore"
},
"hospitalization": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/encounter-admission",
"valueDateTime": "2015-02-09T00:00:00Z"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/encounter-discharge",
"valueDateTime": "2015-02-20T00:00:00Z"
}
]
}
}
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.