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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypePractitioner
Idnl-core-practitioner-01.json
FHIR VersionR3

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

Practitioner (since April, 2015)
IDName
01069857 (AGB)
129854656 (UZI)
12345678912 (BIG)
Huisarts H. de Vries
ContactAddress
work phone: 0612345990
work email: devries@work.com
Straatweg 12 bII
1200AA
Amsterdam

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "16d6f97b-8fdf-11ec-2007-020000000000"
    }
  ],
  "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": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/AddressUse",
                "code": "MC",
                "display": "Mobiel telefoonnummer"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "0612345990",
      "use": "work"
    },
    {
      "system": "email",
      "value": "devries@work.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/AddressUse",
                "code": "HP",
                "display": "Officieel adres"
              }
            ]
          }
        },
        {
          "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
          "valueBoolean": true
        }
      ],
      "use": "home",
      "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"
      }
    }
  ]
}