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

FHIR IG analytics

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

Practitioner Role: Certifier

identifier: NPI/161632-1999

name: William Henry Harrison (Official)

address: 123 Fake St apt # 123 Salt Lake UT 84111 US (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerUT-Certifier",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/practitioner-role",
      "valueCode": "Certifier"
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "161632-1999"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Harrison",
      "given": [
        "William",
        "Henry"
      ]
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "123 Fake St",
        "apt # 123"
      ],
      "city": "Salt Lake",
      "state": "UT",
      "postalCode": "84111",
      "country": "US"
    }
  ]
}