This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

Practitioner-example-f204-ce.json

Fictive Nurse

{
  "resourceType": "Practitioner",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>identifier</b>: UZI-nummer = 12345678904 (official)\n      </p>\n      <p>\n        <b>name</b>: Carla Espinosa\n      </p>\n      <p>\n        <b>telecom</b>: ph: +31715262169(work)\n      </p>\n      <p>\n        <b>address</b>: Walvisbaai 3 Den helder 2333ZA NLD (work)\n      </p>\n      <p>\n        <b>gender</b>: \n        <span title=\"Codes: {http://snomed.info/sct 248152002}\">Female</span>\n      </p>\n      <p>\n        <b>birthDate</b>: 5-Nov 1967\n      </p>\n      <p>\n        <b>organization</b>: AUMC\n      </p>\n      <p>\n        <b>role</b>: \n        <span title=\"Codes: {http://snomed.info/sct 224565004}\">Renal nurse</span>\n      </p>\n      <p>\n        <b>specialty</b>: \n        <span title=\"Codes: {http://snomed.info/sct 9632001}\">Nursing procedure</span>\n      </p>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "label": "UZI-nummer",
      "system": "urn:oid:2.16.528.1.1007.3.1",
      "value": "12345678904"
    }
  ],
  "name": {
    "use": "usual",
    "text": "Carla Espinosa"
  },
  "telecom": [
    {
      "system": "phone",
      "value": "+31715262169",
      "use": "work"
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "Walvisbaai 3"
    ],
    "city": "Den helder",
    "zip": "2333ZA",
    "country": "NLD"
  },
  "gender": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "248152002",
        "display": "Female"
      }
    ]
  },
  "birthDate": "1967-11-05",
  "organization": {
    "reference": "Organization/f201",
    "display": "AUMC"
  },
  "role": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "224565004",
          "display": "Renal nurse"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "9632001",
          "display": "Nursing procedure"
        }
      ]
    }
  ]
}