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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-clinical-document
Resource TypePractitioner
IdPractitioner-Doctor1.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 Doctor1

Last updated: 2013-05-05 16:13:03+0000; Language: en

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

name: Adam Careful


Source1

{
  "resourceType": "Practitioner",
  "id": "Doctor1",
  "meta": {
    "lastUpdated": "2013-05-05T16:13:03Z"
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/practitioners",
      "value": "23"
    }
  ],
  "name": [
    {
      "family": "Careful",
      "given": [
        "Adam"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ]
}