Skip to content

Instantly share code, notes, and snippets.

@joshzamor
Created January 17, 2020 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshzamor/a8d08f71152868a34021ce37cae318c8 to your computer and use it in GitHub Desktop.
Save joshzamor/a8d08f71152868a34021ce37cae318c8 to your computer and use it in GitHub Desktop.
FHIRLocationWithGLN
{
"id": "e6799d64-d10d-4011-b8c2-0e4d4a3f65ce",
"resourceType": "Location",
"alias": [
"HC01"
],
"identifier": [
{
"system": "urn:oid:1.3.88",
"value": "1234567890123"
}
],
"name": "Comfort Health Clinic",
"physicalType": {
"coding": [
{
"system": "http://hl7.org/fhir/location-physical-type",
"code": "si",
"display": "Site"
}
]
},
"partOf": {
"reference": "https://test.openlmis.org/api/Location/4df0cc89-8a71-450f-9c1a-29ceea1f14f3"
},
"status": "active"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment