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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypePractitioner
Idnl-core-TreatmentDirective2-01-Practitioner-01.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

Id 21870932 2.16.528.1.1007.5.1 (BIG), J.H.R. Peters, Vrouw
+3715828282 (Tel Werk), j.peters@hospital.nl (E-mail Werk)
Simon Smitweg 1, 2353 GA Leiderdorp, Nederland

Source1

{
  "resourceType": "Practitioner",
  "id": "nl-core-TreatmentDirective2-01-Practitioner-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/big",
      "value": "21870932 2.16.528.1.1007.5.1"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "J.H.R. Peters",
      "family": "Peters",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Peters"
          }
        ]
      },
      "given": [
        "J.",
        "H.",
        "R."
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "IN"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "IN"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "IN"
            }
          ]
        }
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1",
                  "code": "LL",
                  "display": "Land Line"
                }
              ]
            }
          }
        ]
      },
      "value": "+3715828282",
      "use": "work"
    },
    {
      "system": "email",
      "value": "j.peters@hospital.nl",
      "use": "work"
    }
  ],
  "address": [
    {
      "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",
                  "code": "NL",
                  "display": "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "gender": "female",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
              "code": "F",
              "display": "Female"
            }
          ]
        }
      }
    ]
  }
}