Guide d'implémentation Fr Core
2.2.0-ballot - ballot France flag

Guide d'implémentation Fr Core - Local Development build (v2.2.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FRCoreLocationExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "loc-radiologie-z",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Localisation loc-radiologie-z</b></p><a name=\"loc-radiologie-z\"> </a><a name=\"hcloc-radiologie-z\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.250.1.1.1.2</code>/HOSPZ-RADIO\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Centre de radiologie Hôpital Z</p><p><b>description</b>: Imagerie médicale, radiographies, scanners, IRM</p><p><b>mode</b>: Instance</p><p><b>telecom</b>: <a href=\"mailto:radiologie@hosp-z.fr\">radiologie@hosp-z.fr</a></p><p><b>address</b>: 10 rue de la Santé Paris 75014 FRA </p><p><b>physicalType</b>: <span title=\"Codes:{https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-physical-type BTMNT}\">Bâtiment</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>2.3333</td><td>48.8333</td><td>35</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-FRCoreOrganizationExample.html\">Organization HOPITAL INTERCOMMUNAL DE LA PRESQU'ILE G</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:1.2.250.1.1.1.2",
      "value" : "HOSPZ-RADIO"
    }
  ],
  "status" : "active",
  "name" : "Centre de radiologie Hôpital Z",
  "description" : "Imagerie médicale, radiographies, scanners, IRM",
  "mode" : "instance",
  "telecom" : [
    {
      "system" : "email",
      "value" : "radiologie@hosp-z.fr"
    }
  ],
  "address" : {
    "line" : [
      "10 rue de la Santé"
    ],
    "city" : "Paris",
    "district" : "14e arrondissement",
    "postalCode" : "75014",
    "country" : "FRA"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-physical-type",
        "code" : "BTMNT",
        "display" : "Bâtiment"
      }
    ]
  },
  "position" : {
    "longitude" : 2.3333,
    "latitude" : 48.8333,
    "altitude" : 35
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/FRCoreOrganizationExample"
  }
}