Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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-f003-mv.json

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Fictive Cardiothoracal surgeon

{
  "resourceType": "Practitioner",
  "id": "f003",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource &quot;f003&quot; </p></div><p><b>identifier</b>: id: 846100293 (OFFICIAL), id: 243HID3RT938 (USUAL)</p><p><b>name</b>: Marc Versteegh (OFFICIAL)</p><p><b>telecom</b>: ph: 0205562431(WORK), <a href=\"mailto:m.versteegh@bmc.nl\">m.versteegh@bmc.nl</a>, fax: 0205662948(WORK)</p><p><b>address</b>: Galapagosweg 91 Amsterdam 1105 AZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1963-07-01</p><p><b>communication</b>: Dutch <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#nl)</span></p></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:2.16.528.1.1007.3.1",
      "value": "846100293"
    },
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.2.4.6.3",
      "value": "243HID3RT938"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Versteegh",
      "given": [
        "Marc"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0205562431",
      "use": "work"
    },
    {
      "system": "email",
      "value": "m.versteegh@bmc.nl",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "0205662948",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Galapagosweg 91"
      ],
      "city": "Amsterdam",
      "postalCode": "1105 AZ",
      "country": "NLD"
    }
  ],
  "gender": "male",
  "birthDate": "1963-07-01",
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "nl",
          "display": "Dutch"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.