Current section
Files
Jump to
Current section
Files
priv/samples/Encounter/Encounter.json
{
"resourceType":"Encounter",
"id":"example",
"text":{
"status":"generated",
"div":"\u003cdiv xmlns\u003d\"http://www.w3.org/1999/xhtml\"\u003eEncounter with patient @example\u003c/div\u003e"
},
"status":"in-progress",
"class":[
{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code":"IMP",
"display":"inpatient encounter"
}
]
}
],
"subject":{
"reference":"Patient/example"
},
"subjectStatus":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/encounter-subject-status",
"code":"receiving-care"
}
]
},
"careTeam":[
{
"reference":"Encounter/example"
}
],
"meta":{
"tag":[
{
"system":"http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code":"HTEST",
"display":"test health data"
}
]
}
}