RIVO Noord Zorgviewer MVP2 Implementation Guide
0.2.1 - CI build Netherlands flag

RIVO Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: Chipsoft Practitioner Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "b5160776-43dc-43e1-9bb7-a6e3edf8e63d",
  "meta" : {
    "profile" : [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Practitioner resource:</h3><ul><li><p><strong>Identification:</strong> &#x27; 2.16.840.1.113883.2.4.6.1, 03123456&#x27;</p></li><li><p><strong>Name:</strong> &#x27;Lisette (L.) van Cruijningen de Winter&#x27;</p></li><li><p><strong>Phone number:</strong> &#x27;&#x2B;3120&#x27;</p></li><li><p><strong>Address</strong> &#x27;Tt.Melissaweg 1033SP Amsterdam (AMSTERDAM)&#x27;</p></li></ul></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value" : "03123456"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
          "valueCode" : "NL4"
        }
      ],
      "family" : "van Cruijningen de Winter",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString" : "van"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Cruijningen"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix",
            "valueString" : "de"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
            "valueString" : "Winter"
          }
        ]
      },
      "given" : [
        "Lisette",
        "L."
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "CL"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "IN"
            }
          ]
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+3120",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/v3/AddressUse",
                "code" : "DIR",
                "display" : "Work Place"
              }
            ],
            "text" : "Work Place"
          }
        }
      ],
      "use" : "work",
      "line" : [
        "Tt.Melissaweg"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Tt.Melissaweg"
            }
          ]
        }
      ],
      "city" : "Amsterdam",
      "district" : "AMSTERDAM",
      "postalCode" : "1033SP"
    }
  ]
}