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

FHIR IG analytics

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

Practitioner Role: Certifier

identifier: NPI/9941339100

name: Jim Black (Official)

address: 44 South Street Bird in Hand PA 17505 US


Source1

{
  "resourceType": "Practitioner",
  "id": "Certifier-Example1",
  "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": "9941339100"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Black",
      "given": [
        "Jim"
      ]
    }
  ],
  "address": [
    {
      "line": [
        "44 South Street"
      ],
      "city": "Bird in Hand",
      "state": "PA",
      "postalCode": "17505",
      "country": "US"
    }
  ]
}