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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypePractitioner
IdPractitioner-Practitioner-L1.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: Practitioner Practitioner-L1

identifier: https://ncez.mzcr.cz/fhir/sid/krzp/987645454

name: Šárka Kašková

telecom: +420604853784

address: Dlouhá 22 Pardubice 53701 Česká republika (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-L1",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-practitioner-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/krzp",
      "value": "987645454"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Kašková",
      "given": [
        "Šárka"
      ],
      "prefix": [
        "MUDr."
      ],
      "suffix": [
        "PhD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420604853784",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Dlouhá 22"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Dlouhá"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "22"
            }
          ]
        }
      ],
      "city": "Pardubice",
      "postalCode": "53701",
      "country": "Česká republika",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "CZ",
              "display": "Czechia"
            }
          }
        ]
      }
    }
  ]
}