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

FHIR IG analytics

Packagehl7.fhir.cz.amb
Resource TypePractitioner
IdPractitioner-a47ac10b-58cc-4372-a567-0e02b2c3d479.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 a47ac10b-58cc-4372-a567-0e02b2c3d479

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

name: Jan Svoboda

telecom: +420 542 321 654

address: Nádražní 17, 602 00, Brno(work)

gender: Male

birthDate: 1972-05-18

communication: Czech


Source1

{
  "resourceType": "Practitioner",
  "id": "a47ac10b-58cc-4372-a567-0e02b2c3d479",
  "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": "987654321"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Svoboda",
      "given": [
        "Jan"
      ],
      "prefix": [
        "MUDr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420 542 321 654",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "text": "Nádražní 17, 602 00, Brno",
      "line": [
        "Nádražní 17",
        null
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Nádražní"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "17"
            }
          ]
        }
      ],
      "city": "Brno",
      "postalCode": "60200",
      "country": "CZ"
    }
  ],
  "gender": "male",
  "birthDate": "1972-05-18",
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "cs"
        }
      ]
    }
  ]
}