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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypePractitioner
IdPractitioner-Practitioner-123456789.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-123456789

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

name: Švejk Josef

telecom: +420 603 853 227

address: Rovná 11, 160 00, Praha 6(work)

gender: Male

birthDate: 1965-05-11

communication: Czech


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-123456789",
  "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": "123456789"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Josef",
      "given": [
        "Švejk"
      ],
      "prefix": [
        "MUDr."
      ],
      "suffix": [
        "PhD."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420 603 853 227",
      "use": "home"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "text": "Rovná 11, 160 00, Praha 6",
      "line": [
        "Rovná 12",
        null
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Rovná"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "11"
            }
          ]
        }
      ],
      "city": "Praha 6",
      "postalCode": "16000",
      "country": "CZ"
    }
  ],
  "gender": "male",
  "birthDate": "1965-05-11",
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "cs"
        }
      ]
    }
  ]
}