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

FHIR IG analytics

Packagefhir.gdx
Resource TypePractitioner
IdPractitioner-PractitionerLabDirector.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

Generated Narrative: Practitioner PractitionerLabDirector

identifier: National provider identifier/1750369955 (use: official, )

active: true

name: PractitionerJane Smith

address: Address 123 Boston MA 12345

gender: Female

Qualifications

-Code
*Laboratory Director

Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerLabDirector",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NPI",
            "display": "National provider identifier"
          }
        ]
      },
      "value": "1750369955"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Smith",
      "given": [
        "PractitionerJane"
      ],
      "prefix": [
        "PhD"
      ]
    }
  ],
  "address": [
    {
      "line": [
        "Address 123"
      ],
      "city": "Boston",
      "state": "MA",
      "postalCode": "12345"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "version": "2.7",
            "code": "PHD",
            "display": "Doctor of Philosophy"
          }
        ],
        "text": "Laboratory Director"
      }
    }
  ]
}