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

FHIR IG analytics

Packagehl7.fhir.in
Resource TypePractitioner
IdPractitioner-example-01.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

Dr. DEF, MD (Medicine)

Source1

{
  "resourceType": "Practitioner",
  "id": "example-01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-29T14:58:58.181+05:30",
    "profile": [
      "http://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MD",
            "display": "Medical License number"
          }
        ]
      },
      "system": "https://doctor.ndhm.gov.in",
      "value": "21-1521-3828-3227"
    }
  ],
  "name": [
    {
      "text": "Dr. DEF"
    }
  ]
}