Netherlands - Generic Functions for data exchange Implementation Guide
0.2.0 - ci-build Netherlands flag

Netherlands - Generic Functions for data exchange Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organization 3 - Practitioner John Doe - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "08630c28-5e2a-4b0c-b8ce-f08f533246b9",
  "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 08630c28-5e2a-4b0c-b8ce-f08f533246b9</b></p><a name=\"08630c28-5e2a-4b0c-b8ce-f08f533246b9\"> </a><a name=\"hc08630c28-5e2a-4b0c-b8ce-f08f533246b9\"> </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>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>"
  },
  "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"
    }
  ]
}