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-prac01pat01.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-prac01pat01

identifier: NPI/1245319599

name: Harold Hippocrates

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


Source1

{
  "resourceType": "Practitioner",
  "id": "ra-prac01pat01",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Practitioner01: Harold Hippocrates"
      },
      {
        "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 individual practitioner: Harold Hippocrates."
      }
    ],
    "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": "1245319599"
    }
  ],
  "name": [
    {
      "family": "Hippocrates",
      "given": [
        "Harold"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "1035 Healthcare Drive"
      ],
      "city": "Ann Harbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ]
}