PatientSearchRequest Message Example

Json Format: PatientSearchRequest

Download Raw Patient Json example

An example of a PatientSearchRequest.


Headers:

Accept: application/fhir+json
Accept-Encoding: gzip,deflate
Connection: keep-alive
Content-Type: application/fhir+json
Originator-Assigning-Authority: 2.11.222.3.444444.5.666.7.2
Originator-Home-Community-Id: urn:oid:aFRVAy
Originator-Message-Id: 3bb7cae9-e835-4844-a3ae-1c41abcea564
Originator-Organization-Name: ABC Medical Software
Originator-Patient-Identifier: 1002318246
Originator-User-Id: SMJO1234579  
Originator-User-Name: ABC User
Originator-User-Role-Code: 106289002
Purpose-Of-Use-Code: TREATMENT
User-Agent: Apache-HttpClient/4.5.13 (Java/11.0.5)
X-SSL-Client-Cert-Issuer: ABC Cert Issuer
X-SSL-Client-Cert-Subject: ABC Cert Subject

Body:

{
    "resourceType": "Parameters",
    "id": "example-PatientSearchRequest-Parameters",
    "parameter":  [
        {
            "name": "resource",
            "resource": {
                "resourceType": "Patient",
                "identifier":  [
                    {
                        "use": "usual",
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://hl7.org/fhir/v2/0203",
                                    "code": "MR"
                                }
                            ]
                        }
                    }
                ],
                "name":  [
                    {
                        "family": "SubmittedData",
                        "given":  [
                            "WillChangeIfFound"
                        ]
                    }
                ],
                "telecom":  [
                    {
                        "system": "phone",
                        "value": "tel:+1-(833)-567-3094",
                        "use": "home"
                    }
                ],
                "gender": "female",
                "birthDate": "1998-01-15",
                "address":  [
                    {
                        "state": "ID",
                        "postalCode": "83301"
                    }
                ]
            }
        }
    ]
}