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

FHIR IG analytics

Packagehl7.fhir.uv.ipa
Resource TypePractitioner
IdPractitioner-PractitionerExample1.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 PractitionerExample1

identifier: urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.295/1538344056 (use: usual, )

active: true

name: Marty Seeger

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.295",
      "value": "1538344056"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Marty Seeger",
      "family": "Seeger",
      "given": [
        "Marty"
      ]
    }
  ],
  "gender": "male"
}