{
  "resourceType" : "Location",
  "id" : "hopitaltest-salle-examen-01",
  "meta" : {
    "profile" : ["https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-location"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Localisation hopitaltest-salle-examen-01</b></p><a name=\"hopitaltest-salle-examen-01\"> </a><a name=\"hchopitaltest-salle-examen-01\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-location.html\">FR Core Location Profile</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Salle d'examen 01</p><p><b>type</b>: <span title=\"Codes :{https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type SL_EXM}\">Salle d'examen</span></p><p><b>telecom</b>: ph: 84900</p><p><b>managingOrganization</b>: <a href=\"Organization-hopitaltest-uf-4701-endocrino-diab.html\">Organization UF Endocrino Diabeto</a></p></div>"
  },
  "status" : "active",
  "name" : "Salle d'examen 01",
  "type" : [{
    "coding" : [{
      "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type",
      "code" : "SL_EXM",
      "display" : "Salle d'examen"
    }],
    "text" : "Salle d'examen"
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "84900"
  }],
  "managingOrganization" : {
    "reference" : "Organization/hopitaltest-uf-4701-endocrino-diab"
  }
}