Skip to content

Commit

Permalink
fix missing patient ref in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Capt-Mac committed Nov 24, 2023
1 parent 3303cb2 commit 8a0e947
Showing 1 changed file with 0 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23077,71 +23077,6 @@
"url": "ValueSet/2.16.840.1.113883.3.560.100.2"
}
},
{
"resource": {
"resourceType": "Encounter",
"id": "denomexcl-EXM125-hospice",
"text": {
"status": "generated"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "32485007",
"display": "Encounter Inpatient"
}
],
"text": "Inpatient Admission"
}
],
"subject": {
"reference": "Patient/denomexcl-EXM125"
},
"period": {
"start": "2019-01-16T08:30:00",
"end": "2019-01-20T08:30:00"
},
"diagnosis": [
{
"condition": {
"display": "Cardiac arrest as a complication of care (disorder)"
},
"use": {
"coding": [
{
"system": "2.16.840.1.113883.6.96",
"code": "213213007",
"display": "Cardiopulmonary arrest"
}
]
}
}
],
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "428361000124107",
"display": "Discharge to home for hospice care (procedure)"
}
]
}
}
},
"request": {
"method": "PUT",
"url": "Encounter/denomexcl-EXM125-hospice"
}
},
{
"resource": {
"resourceType": "ValueSet",
Expand Down

0 comments on commit 8a0e947

Please sign in to comment.