{
  "resourceType" : "Practitioner",
  "id" : "ad3-p1",
  "meta" : {
    "profile" : ["http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ad3-p1</b></p><a name=\"ad3-p1\"> </a><a name=\"hcad3-p1\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-gf-practitioner.html\">NL Generic Functions Practitioner Profile</a></p></div><p><b>identifier</b>: <code>https://cp3-test.example.org/physicians</code>/08630c28-5e2a-4b0c-b8ce-f08f533246b9, <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-3</p><p><b>active</b>: true</p><p><b>name</b>: John Doe </p><p><b>telecom</b>: <a href=\"tel:+31301234568\">+31301234568</a>, <a href=\"mailto:null\"/></p><p><b>address</b>: Smidsstraat 11 Zelhem 7021 AC </p></div>"
  },
  "identifier" : [{
    "system" : "https://cp3-test.example.org/physicians",
    "value" : "08630c28-5e2a-4b0c-b8ce-f08f533246b9",
    "assigner" : {
      "identifier" : {
        "type" : {
          "coding" : [{
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author"
          }]
        },
        "system" : "http://fhir.nl/fhir/NamingSystem/ura",
        "value" : "33333333"
      }
    }
  },
  {
    "system" : "http://fhir.nl/fhir/NamingSystem/uzi",
    "value" : "UZI-3"
  }],
  "active" : true,
  "name" : [{
    "family" : "Doe",
    "given" : ["John"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+31301234568",
    "use" : "work"
  },
  {
    "system" : "email"
  }],
  "address" : [{
    "line" : ["Smidsstraat 11"],
    "city" : "Zelhem",
    "postalCode" : "7021 AC"
  }]
}