Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "pager": {
    "page": 1,
    "pageCount": 1,
    "total": 1,
    "pageSize": 1,
    "first": true,
    "last": true
  },
  "locations": [
    {
      "resourceType": "Location",
            "id": "d5AeP1W7nT",
            "identifier": [
                {
                    "system": "http://www.acme.org/identifiers/location",
                    "value": "US-FH-1235"
                },
                {
                    "system": "http://www.acme.org/identifiers/location",
                    "value": "/s7JFm0K2cN/8xqYb6V3gL/i4hDz9R1mE/a2XpM3G6rC/c9NlB7P8jY/u3RcT5L9vH/d5AeP1W7nT"
                }
            ],
            "name": "Riverside General Hospital (US-FH-1235)",
            "alias": [
                "Riverside General Hospital"
            ],
            "description": null,
            "status": "active",
            "mode": "instance",
            "address": {
                "street1": "123 Main Street",
                "street2": null,
                "city": "Any City",
                "state": "NY",
                "postalCode": 12345,
                "country": "United State"
            },
            "contact": {
                "telecom": [
                    {
                        "system": "phone",
                        "value": "+14722240000",
                        "use": null
                    }
                ]
            },
            "position": {
                "longitude": 30.7983,
                "latitude": -10.25
            },
            "hoursOfOperation": "Mon-Fri,8:00,17:00",
            "healthCareServices": "COV,STI"
        }
    }
  ]
}

You can also find the POSTMAN examples below:
1. DHIS2 Response: POSTMAN

  1. FHIR Response: POSTMAN