FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedmij.dental.care.r4
Resource TypePractitioner
Iddijkstra-Practitioner.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Zorgverlener: B. Dijkstra
BIG-nummer: 12000003
Telefoon: +31687654321
E-mail: dijkstra@tandarts.nl
Adres: Simon Smitweg 1, 2353 GA Leiderdorp, Nederland

Source1

{
  "resourceType": "Practitioner",
  "id": "Dijkstra-Practitioner",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/big",
      "value": "12000003"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "B.",
      "family": "Dijkstra",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Dijkstra"
          }
        ]
      },
      "given": [
        "B."
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "IN"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31687654321",
      "use": "work"
    },
    {
      "system": "email",
      "value": "dijkstra@tandarts.nl",
      "use": "work"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "code": "WP",
                "display": "Work Place"
              }
            ]
          }
        }
      ],
      "use": "work",
      "line": [
        "Simon Smitweg 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Simon Smitweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            }
          ]
        }
      ],
      "city": "Leiderdorp",
      "postalCode": "2353 GA",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "version": "2020-10-26T00:00:00",
                  "code": "NL",
                  "display": "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}