TEST: OHIE-CR-01-FHIR
Mobile Patient Identity Feed - Invalid Registration Message
References
Discussion
Pre-Conditions / Setup
Register Incomplete Message
{
"resourceType": "Patient",
"id": "1",
"active": true,
"identifier": [
{
"use": "usual",
"value": "12345",
"assigner": {
"display": "Fake Domain"
}
}
],
"name": [
{
"use": "official",
"family": "JOHNSTON",
"given": [
"ROBERT"
]
}
],
"telecom": [
{
"use": "home"
},
{
"system": "phone",
"value": "(712) 767-0867",
"use": "home",
"rank": 1
}
],
"gender": "male",
"birthDate": "1983-02-05",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"type": "both",
"line": [
"1220 Centennial Farm Road"
],
"city": "ELLIOTT",
"state": "IA",
"postalCode": "51532"
}
]
}Expected Behaviour
Register Invalid / Unknown Reference
Expected Behaviour
Last updated
Was this helpful?