FHIR IG analytics| Package | hl7.fhir.uv.ipa |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PractitionerExample1
Profile: IPA-Practitioner
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
{
"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"
}