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

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra
Resource TypePractitioner
IdPractitioner-ra-prac02pat02.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 ra-prac02pat02

identifier: NPI/1295723567

name: Patrick Pump

address: 1025 Healthcare Drive Ann Harbor MI 99999 (home)


Source1

{
  "resourceType": "Practitioner",
  "id": "ra-prac02pat02",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Practitioner02: Patrick Pump"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is an example practitioner that uses the US Core Practitioner profile. The example practitioner is an organization: GHH Outpatient Clinic."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|7.0.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1295723567"
    }
  ],
  "name": [
    {
      "family": "Pump",
      "given": [
        "Patrick"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "1025 Healthcare Drive"
      ],
      "city": "Ann Harbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ]
}