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

FHIR IG analytics

Packageca.infoway.io.psca
Resource TypePractitioner
IdPractitioner-practitioner1-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

Resource "practitioner1-example"

Profile: Practitioner Profile (General)

identifier: id: 874635264

name: Patrick Pump (OFFICIAL)

telecom: ph: 020556936(WORK), example@eg.com


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner1-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.org/practitioners",
      "value": "874635264"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Pump",
      "given": [
        "Patrick"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "020556936",
      "use": "work"
    },
    {
      "system": "email",
      "value": "example@eg.com",
      "use": "work"
    }
  ]
}