FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageshin.interconnect
Resource TypeParameters
Idpatientsearchrequest-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    }
  ]
}