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

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypePractitioner
IdPractitioner-provider2b.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 "provider2b" Version"1" Updated"2020-09-03 10:16:03-0400"

Information Source: #KZ0jzPjXDrhCiMif!

Profile: Practitioner_eltss

identifier: http://www.acme.org/practitioners/11223344

name: Bill Driver

telecom: ph: (210) 111 2222


Source1

{
  "resourceType": "Practitioner",
  "id": "provider2b",
  "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://www.acme.org/practitioners",
      "value": "11223344"
    }
  ],
  "name": [
    {
      "text": "Bill Driver",
      "family": "Driver",
      "given": [
        "Bill"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 111 2222"
    }
  ]
}