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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypePractitioner
IdPractitioner-ed-physician-example-1.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 ed-physician-example-1

identifier: NPI/9941339100, http://ncsbn.org/identifier/example-system/9941339100

name: Wise Owl

telecom: Wise.owl@MassGenExample.net

address: 1003 HEALTHCARE DR Miami FL 01002 (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "ed-physician-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    },
    {
      "system": "http://ncsbn.org/identifier/example-system",
      "value": "9941339100"
    }
  ],
  "name": [
    {
      "family": "Owl",
      "given": [
        "Wise"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "Wise.owl@MassGenExample.net",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "1003 HEALTHCARE DR"
      ],
      "city": "Miami",
      "state": "FL",
      "postalCode": "01002"
    }
  ]
}