Stream: implementers
Topic: Location
Grahame Grieve (Oct 24 2017 at 02:50):
@Brian Postlethwaite how do I build a location for a particular country?
Grahame Grieve (Oct 24 2017 at 02:50):
and looking for this, I found this:
Grahame Grieve (Oct 24 2017 at 02:51):
http://hl7.org/fhir/location-example-ukpharmacy.xml.html
Grahame Grieve (Oct 24 2017 at 02:51):
..it doesn't actually say "UK" anywhere other than in the name
Eric Haas (Oct 24 2017 at 05:38):
Here is an example I made
Eric Haas (Oct 24 2017 at 05:38):
{ "fullUrl":"http://sqlonfhir-stu3.azurewebsites.net/fhir/Location/phcase-fj", "resource":{ "address":{ "city":"Nadi", "country":"Fiji" }, "id":"phcase-fj", "name":"Fiji", "physicalType":{ "coding":[ { "code":"jdn", "display":"Jurisdiction", "system":"http://hl7.org/fhir/location-physical-type" } ] }, "resourceType":"Location", "status":"active", "text":{ "div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: phcase-fj</p><p><b>status</b>: active</p><p><b>name</b>: Fiji</p><p><b>address</b>: Nadi Fiji </p><p><b>physicalType</b>: Jurisdiction <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/location-physical-type code 'jdn' = 'Jurisdiction', given as 'Jurisdiction'})</span></p></div>", "status":"generated" }
Eric Haas (Oct 24 2017 at 05:42):
I think the introduction"Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated."
Needs to be revised to include bare locations and jurisdictions.
Brian Postlethwaite (Nov 10 2017 at 06:34):
Sorry its taken so long to get to it.
There is another extension being proposed where you can put in the boundary for it too.
But looks like Eric has the physical Type covered there.
Last updated: Apr 12 2022 at 19:14 UTC