This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

 

Fictive Physiotherapist

Raw JSON

{
  "Practitioner":{
    "identifier":[
      {
        "use":{
          "value":"official"
        },
        "label":{
          "value":"UZI-nummer"
        },
        "system":{
          "value":"urn:oid:2.16.528.1.1007.3.1"
        },
        "key":{
          "value":"12345678903"
        }
      },
      {
        "use":{
          "value":"official"
        },
        "label":{
          "value":"BIG-nummer"
        },
        "system":{
          "value":"https://www.bigregister.nl/"
        },
        "key":{
          "value":"12345678903"
        }
      }
    ],
    "name":{
      "use":{
        "value":"official"
      },
      "text":{
        "value":"Juri van Gelder"
      }
    },
    "telecom":[
      {
        "system":{
          "value":"phone"
        },
        "value":{
          "value":"+31715269111"
        },
        "use":{
          "value":"work"
        }
      }
    ],
    "address":{
      "use":{
        "value":"work"
      },
      "line":[
        {
          "value":"Walvisbaai 3"
        }
      ],
      "city":{
        "value":"Den helder"
      },
      "zip":{
        "value":"2333ZA"
      },
      "country":{
        "value":"NLD"
      }
    },
    "gender":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"248153007"
          },
          "display":{
            "value":"Male"
          }
        }
      ]
    },
    "birthDate":{
      "value":"1983-04-20"
    },
    "organization":{
      "type":{
        "value":"Organization"
      },
      "reference":{
        "value":"organization/@f201"
      },
      "display":{
        "value":"AUMC"
      }
    },
    "role":[
      {
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"36682004"
            },
            "display":{
              "value":"Physical therapist"
            }
          }
        ]
      }
    ],
    "specialty":[
      {
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"410158009"
            },
            "display":{
              "value":"Assess physical therapist service"
            }
          }
        ]
      }
    ]
  }
}