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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypePractitioner
IdPractitioner-3e9c03cd-2048-4a9c-ab6c-5d02e079119a.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "3e9c03cd-2048-4a9c-ab6c-5d02e079119a",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-06-12T15:26:23.217+00:00"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MD",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Medical License number"
          }
        ]
      },
      "system": "urn:oid:2.16.124.10.101.1.70.1",
      "value": "DR123"
    }
  ],
  "name": [
    {
      "family": "Jones",
      "given": [
        "Robert"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ]
}