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

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypePractitioner
IdPractitioner-planner1.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

ResourcePractitioner "planner1" Version"1" Updated"2020-09-03 10:16:03-0400"

Information Source: #KZ0jzPjXDrhCiMif!

Profile: Practitioner_eltss

identifier: United States National Provider Identifier/9941339100, http://www.acme.org/practitioners/25456

name: Mark Planner

telecom: ph: (210) 555 1221


Source1

{
  "resourceType": "Practitioner",
  "id": "planner1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-03T10:16:03.512-04:00",
    "source": "#KZ0jzPjXDrhCiMif",
    "profile": [
      "http://hl7.org/fhir/us/eltss/StructureDefinition/Practitioner-eltss"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    },
    {
      "system": "http://www.acme.org/practitioners",
      "value": "25456"
    }
  ],
  "name": [
    {
      "text": "Mark Planner",
      "family": "Planner",
      "given": [
        "Mark"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 1221"
    }
  ]
}