{
  "resourceType" : "Practitioner",
  "id" : "a47ac10b-58cc-4372-a567-0e02b2c3d479",
  "meta" : {
    "profile" : ["https://hl7.cz/fhir/core/StructureDefinition/cz-practitioner-core"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner a47ac10b-58cc-4372-a567-0e02b2c3d479</b></p><a name=\"a47ac10b-58cc-4372-a567-0e02b2c3d479\"> </a><a name=\"hca47ac10b-58cc-4372-a567-0e02b2c3d479\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://hl7.cz/fhir/core/0.3.0/StructureDefinition-cz-practitioner-core.html\">Practitioner (CZ core)</a></p></div><p><b>identifier</b>: <code>https://ncez.mzcr.cz/fhir/sid/krzp</code>/987654321</p><p><b>name</b>: Jan Svoboda </p><p><b>telecom</b>: <a href=\"tel:+420542321654\">+420 542 321 654</a></p><p><b>address</b>: Nádražní 17, 602 00, Brno(work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1972-05-18</p><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 cs}\">Czech</span></p></div>"
  },
  "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"
    }]
  }]
}