This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "example",
"meta" : {
"lastUpdated" : "2017-05-26T11:56:57.250-04:00",
"profile" : [
"http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Encounter Example</b></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-drg-group",
"valueCode" : "F"
},
{
"url" : "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-drg-group-version",
"valueCode" : "02"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "308335008"
}
],
"text" : "Office Visit"
}
],
"subject" : {
"reference" : "Patient/example"
},
"period" : {
"start" : "2015-11-01T17:00:14-05:00",
"end" : "2015-11-01T18:00:14-05:00"
},
"diagnosis" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-diagnosis-origin",
"valueCode" : "OD"
}
],
"condition" : {
"reference" : "Condition/example"
},
"use" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-diagnosis-classification-codes",
"code" : "AD"
}
],
"text" : "Office Visit"
}
}
],
"hospitalization" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-admitting-source-facility-type",
"valueCode" : "AF"
},
{
"url" : "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-discharge-status",
"valueCode" : "HH"
}
],
"origin" : {
"reference" : "Location/example"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-discharge-disposition",
"code" : "A"
}
],
"text" : "Discharged Alive"
}
},
"location" : [
{
"location" : {
"reference" : "Location/example"
}
}
]
}