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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeOrganization
IdOrganization-RegisteringProviderExample-gynecology.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

Generated Narrative: Organization RegisteringProviderExample-gynecology

identifier: https://ncez.mzcr.cz/fhir/sid/ico/456789857, https://ncez.mzcr.cz/fhir/sid/icz/12345000, https://ncez.mzcr.cz/fhir/sid/icp/12345678

type: Samostatná ordinace PL - gynekologa

name: MUDr. Jana Kouzelná

telecom: +420603853227

address: Krátká 11, 70500 Ostrava Ostrava 70500 CZ


Source1

{
  "resourceType": "Organization",
  "id": "RegisteringProviderExample-gynecology",
  "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": "456789857"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/icz",
      "value": "12345000"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/icp",
      "value": "12345678"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar",
          "code": "323",
          "display": "Samostatná ordinace PL - gynekologa"
        }
      ]
    }
  ],
  "name": "MUDr. Jana Kouzelná",
  "telecom": [
    {
      "system": "phone",
      "value": "+420603853227",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Krátká 11, 70500 Ostrava"
      ],
      "city": "Ostrava",
      "postalCode": "70500",
      "country": "CZ"
    }
  ]
}