Publish Box goes here
JSON Format: Encounter-enc-1
Raw json
{
"resourceType" : "Encounter",
"id" : "enc-1",
"meta" : {
"profile" : [
"http://hl7.eu/fhir/trillium2/StructureDefinition/Encounter-uv-trillium2"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Emergency encounter at "Some Emergency Department" on 2018, June 19th for an Acute asthma attack</div>"
},
"status" : "finished",
"class" : {
"system" : "http://hl7.org/fhir/v3/ActCode",
"code" : "EMER",
"display" : "emergency"
},
"subject" : {
"reference" : "Patient/enc-1",
"display" : "Mary Ann Walker"
},
"period" : {
"start" : "2018-06-19T07:15:00+02:00",
"end" : "2018-06-19T15:20:00+02:00"
},
"reason" : [
{
"text" : "Acute asthma attack"
}
],
"location" : [
{
"location" : {
"display" : "Emergency Department @some hospital"
},
"status" : "active",
"period" : {
"start" : "2018-06-19T07:15:00+02:00",
"end" : "2018-06-19T15:20:00+02:00"
}
}
],
"serviceProvider" : {
"reference" : "Organization/enc-1"
}
}
