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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeOrganization
IdOrganization-Organization-Referrer.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Ambulance interního lékařství, MUDr. Jiří Zdvořilý, Krátká 29, 70500 Ostrava, tel: +420 603 853 888

Source1

{
  "resourceType": "Organization",
  "id": "Organization-Referrer",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/ico",
      "value": "456789811"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/icz",
      "value": "12345000"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/icp",
      "value": "12345699"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar",
          "code": "300",
          "display": "Sdružení ambulantních zařízení"
        }
      ]
    }
  ],
  "name": "Ambulance interního lékařství, MUDr. Jiří Zdvořilý",
  "telecom": [
    {
      "system": "phone",
      "value": "+420603853888",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Krátká 29, 70500 Ostrava"
      ],
      "city": "Ostrava",
      "postalCode": "70500",
      "country": "CZ"
    }
  ]
}