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

FHIR IG analytics

Packagehl7.fhir.us.home-lab-report
Resource TypePractitioner
IdPractitioner-practitioner-us-core-proctor.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-us-core-proctor

identifier: NPI/9941339100

name: Seven Henry

telecom: henry.seven@example.com

address: BMass Doctors 2100 North Ave Burlington MA 02368 US


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-us-core-proctor",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    }
  ],
  "name": [
    {
      "family": "Henry",
      "given": [
        "Seven"
      ],
      "suffix": [
        "M.D."
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "henry.seven@example.com"
    }
  ],
  "address": [
    {
      "line": [
        "BMass Doctors",
        "2100 North Ave"
      ],
      "city": "Burlington",
      "state": "MA",
      "postalCode": "02368",
      "country": "US"
    }
  ]
}