German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Psychosomatik practice site — Nord - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "ExamplePsychosomatikLocation",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location ExamplePsychosomatikLocation</b></p><a name=\"ExamplePsychosomatikLocation\"> </a><a name=\"hcExamplePsychosomatikLocation\"> </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\">Profile: <a href=\"https://simplifier.net/resolve?scope=de.gematik.isik-basismodul@4.0.3&amp;canonical=https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort\">ISiKStandort</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Praxis Psychosomatik Nord — Hauptstandort</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PROFF}\">Provider's Office</span></p><p><b>address</b>: Nordring 8 Erlangen 91054 DE </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExamplePraxisOrganizationPsy.html\">Organization Praxis Psychosomatik Nord</a></p></div>"
  },
  "status" : "active",
  "name" : "Praxis Psychosomatik Nord — Hauptstandort",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "PROFF"
        }
      ]
    }
  ],
  "address" : {
    "line" : [
      "Nordring 8"
    ],
    "city" : "Erlangen",
    "postalCode" : "91054",
    "country" : "DE"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "si",
        "display" : "Site"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/ExamplePraxisOrganizationPsy"
  }
}