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-Doctor2.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 Doctor2

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

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

name: BettaB Careful


Source1

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