Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "nl-core-practitioner-01",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2016-12-08T14:05:42.283+00:00",
    "profile" : [
      🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <tbody>\n                    <tr>\n                        <th colspan=\"2\" style=\"text-align: center;\">Practitioner (since April,\n                            2015)</th>\n                    </tr>\n                    <tr>\n                        <th>ID</th>\n                        <th>Name</th>\n                    </tr>\n                    <tr>\n                        <td>01069857 (AGB)<br/>129854656 (UZI)<br/>12345678912 (BIG)</td>\n                        <td>Huisarts H. de Vries</td>\n                    </tr>\n                    <tr>\n                        <th>Contact</th>\n                        <th>Address</th>\n                    </tr>\n                    <tr>\n                        <td>work phone: <a href=\"tel:+31612345990\">0612345990</a>\n                            <br/>work email: devries@work.com</td>\n                        <td>Straatweg 12 bII<br/>1200AA<br/>Amsterdam</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/uzi-nr-pers",
      "value" : "129854656"
    },
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value" : "01069857"
    },
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/big",
      "value" : "12345678912"
    }
  ],
  "name" : [
    {
      "family" : "de Vries",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString" : "de "
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Vries"
          }
        ]
      },
      "given" : [
        "Henk"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "_system" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/v3/AddressUse",
                  "code" : "MC",
                  "display" : "Mobiel telefoonnummer"
                }
              ]
            }
          }
        ]
      },
      "value" : "0612345990",
      "use" : "work",
      "_use" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/v3/AddressUse",
                  "code" : "MC",
                  "display" : "Mobiel telefoonnummer"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "system" : "email",
      "_system" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/v3/AddressUse",
                  "code" : "WP",
                  "display" : "Zakelijk e-mailadres"
                }
              ]
            }
          }
        ]
      },
      "value" : "devries@work.com",
      "use" : "work",
      "_use" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/v3/AddressUse",
                  "code" : "WP",
                  "display" : "Zakelijk e-mailadres"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
          "valueBoolean" : true
        }
      ],
      "use" : "home",
      "type" : "both",
      "line" : [
        "Straatweg 12bII"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Straatweg"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "12"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
              "valueString" : "bII"
            }
          ]
        }
      ],
      "city" : "Weesp",
      "district" : "Amsterdam",
      "postalCode" : "1012AB",
      "country" : "NLD",
      "_country" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "urn:oid:2.16.840.1.113883.2.4.4.16.34",
                  "code" : "6030",
                  "display" : "Nederland"
                }
              ]
            }
          }
        ]
      },
      "period" : {
        "start" : "2015-04"
      }
    }
  ]
}