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

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4
Resource TypePractitioner
IdPractitioner-PractitionerUT-Pronouncer.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 PractitionerUT-Pronouncer

identifier: NPI/161632-2000

name: Marcus Edwin Welby (Official)

address: 123 Unreal St apt # 123 Ogden UT 84067 US (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerUT-Pronouncer",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "161632-2000"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Welby",
      "given": [
        "Marcus",
        "Edwin"
      ]
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "123 Unreal St",
        "apt # 123"
      ],
      "city": "Ogden",
      "state": "UT",
      "postalCode": "84067",
      "country": "US"
    }
  ]
}