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

FHIR IG analytics

Packagede.j-med.myjmed
Resource TypeLocation
IdLocation-MyJMedLocationExample.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": "MyJMedLocationExample",
  "meta": {
    "profile": [
      "https://fhir.j-med.de/StructureDefinition/myjmed-location"
    ]
  },
  "telecom": [
    {
      "system": "phone",
      "value": "+49-761-987654"
    }
  ],
  "address": {
    "line": [
      "Hauptstraße 15"
    ],
    "use": "work",
    "city": "Freiburg",
    "postalCode": "79098",
    "country": "DE"
  },
  "name": "Onkologie Praxis am Park"
}