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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypePractitioner
IdPractitioner-practitioner-3.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 practitioner-3

Profile: US Core Practitioner Profile version: 9.0.0

identifier: United States National Provider Identifier/1245319599, National Council of State Boards of Nursing (NCSBN) ID/87654321

name: Nancy Nurse (Official)

telecom: Nurse.Nancy@direct.ExampleMedicalPractice.net

address: 1080 FIRST COLONIAL RD VIRGINIA BEACH VA 21454-2406 (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-3",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1245319599"
    },
    {
      "system": "http://terminology.hl7.org/NamingSystem/NCSBNID",
      "value": "87654321"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Nurse",
      "given": [
        "Nancy"
      ],
      "suffix": [
        "RN"
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct",
          "valueBoolean": true
        }
      ],
      "system": "email",
      "value": "Nurse.Nancy@direct.ExampleMedicalPractice.net",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "1080 FIRST COLONIAL RD"
      ],
      "city": "VIRGINIA BEACH",
      "state": "VA",
      "postalCode": "21454-2406"
    }
  ]
}