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

FHIR IG analytics

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

Practitioner Role: Mortician

identifier: NPI/212222AB

name: Ronald Q Smith (Official)


Source1

{
  "resourceType": "Practitioner",
  "id": "Mortician-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-mortician"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/practitioner-role",
      "valueCode": "Mortician"
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "212222AB"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Smith",
      "given": [
        "Ronald",
        "Q"
      ]
    }
  ]
}