FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypeLocation
IdLocation-Cardio-R4-v1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "id": "exemple-location-cardiologie-12122019",
  "meta": {
    "profile": [
      "http://www.interopsante.org/fhir/structuredefinition/resource/fr-location"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/organization-period",
      "valuePeriod": {
        "start": "2012-01-01",
        "end": "2020-05-01"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "INTRN",
            "display": "Identifiant interne"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2.1330780321.y",
      "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://terminology.interopsante.org/CodeSystem/v2-3313",
        "code": "AL",
        "display": "Aile"
      }
    ]
  },
  "position": {
    "longitude": -83.6945691,
    "latitude": 42.25475478,
    "altitude": 0
  },
  "managingOrganization": {
    "reference": "Organization/exemple-uf-hebergement-cardiologie-13122019"
  }
}