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

FHIR IG analytics

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

identifier: United States National Provider Identifier/9123456789

active: true

name: Pauline Pathologist

address: 456 Laboratory Drive, Anytown, MA, 12345, USA

gender: Female

Qualifications

-Code
*Doctor of Medicine - MD

Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerPathologist",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9123456789"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Pathologist",
      "given": [
        "Pauline"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "address": [
    {
      "text": "456 Laboratory Drive, Anytown, MA, 12345, USA",
      "line": [
        "456 Laboratory Drive"
      ],
      "city": "Anytown",
      "state": "MA",
      "postalCode": "12345",
      "country": "USA"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ],
        "text": "Doctor of Medicine - MD"
      }
    }
  ]
}