ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "exemple-location-cardiologie-12122019",
"meta" : {
"profile" : [
🔗 "http://interopsante.org/fhir/StructureDefinition/FrLocation"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"exemple-location-cardiologie-12122019\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location "exemple-location-cardiologie-12122019" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fr-location.html\">ResMed FrLocation</a></p></div><p><b>ResMed FrLocationUsePeriod</b>: 2012-01-01 --> 2020-05-01</p><p><b>identifier</b>: Identifiant interne:\u00a0Id-Lieu-Cardio</p><p><b>status</b>: active</p><p><b>name</b>: Service de cardiologie, Aile ouest, 4° étage</p><p><b>alias</b>: Hôpital HopitalTest, Aile ouest, 4° étage</p><p><b>mode</b>: instance</p><p><b>telecom</b>: ph: 022-655-329(WORK), <a href=\"http://hopitalTest.fr/aileouest\">http://hopitalTest.fr/aileouest</a></p><p><b>address</b>: 12 rue St Hélier, bâtiment A Rennes 35 000 FRA (WORK)</p><p><b>physicalType</b>: Aile <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-fr-location-physical-type.html\">ResMed French Location physical type</a>#AL)</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-83.6945691</td><td>42.25475478</td><td>0</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-exemple-uf-hebergement-cardiologie-13122019.html\">Organization/exemple-uf-hebergement-cardiologie-13122019</a> "UF d'hébergement, Service de cardiologie, Hôpital Test"</p></div>"
},
"extension" : [
{
"url" : "http://interopsante.org/fhir/StructureDefinition/FrLocationUsePeriod",
"valuePeriod" : {
"start" : "2012-01-01",
"end" : "2020-05-01"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
"code" : "INTRN"
}
]
},
"system" : "urn:oid:1.2.250.1.71.4.2.2.1330780321.1",
"value" : "Id-Lieu-Cardio"
}
],
"status" : "active",
"name" : "Service de cardiologie, Aile ouest, 4° étage",
"alias" : [
"Hôpital HopitalTest, Aile ouest, 4° étage"
],
"mode" : "instance",
"telecom" : [
{
"system" : "phone",
"value" : "022-655-329",
"use" : "work"
},
{
"system" : "url",
"value" : "http://hopitalTest.fr/aileouest",
"use" : "work"
}
],
"address" : {
"use" : "work",
"line" : [
"12 rue St Hélier, bâtiment A"
],
"city" : "Rennes",
"postalCode" : "35 000",
"country" : "FRA"
},
"physicalType" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-location-physical-type",
"code" : "AL",
"display" : "Aile"
}
]
},
"position" : {
"longitude" : -83.6945691,
"latitude" : 42.25475478,
"altitude" : 0
},
"managingOrganization" : {
🔗 "reference" : "Organization/exemple-uf-hebergement-cardiologie-13122019"
}
}