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

FHIR IG analytics

Packagehl7.fhir.us.vitals
Resource TypePractitioner
IdPractitioner-practitioner-example.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 practitioner-example

identifier: United States National Provider Identifier/9941339108

name: Ronald Bone

address: 1003 Healthcare Drive Amherst MA 01002 (home)


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-example",
  "meta": {
    "security": [
      {
        "system": "http://example.org",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339108"
    }
  ],
  "name": [
    {
      "family": "Bone",
      "given": [
        "Ronald"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "1003 Healthcare Drive"
      ],
      "city": "Amherst",
      "state": "MA",
      "postalCode": "01002"
    }
  ]
}