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

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypePractitioner
IdPractitioner-Practitioner-123.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 Practitioner-123

identifier: http://example.org/ids/Practitioner-123

name: Doctor Doctor

address: 123 Anystreet, Yourtown, Ontario, Canada M0P4H1


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-123",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/ids",
      "value": "Practitioner-123"
    }
  ],
  "name": [
    {
      "text": "Doctor Doctor"
    }
  ],
  "address": [
    {
      "text": "123 Anystreet, Yourtown, Ontario, Canada M0P4H1"
    }
  ]
}