FHIR IG analytics| Package | hl7.fhir.us.eltss |
| Resource Type | Practitioner |
| Id | Practitioner-provider4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner
ResourcePractitioner "provider4" Version"1" Updated"2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: Practitioner_eltss
identifier: http://www.acme.org/practitioners/987657
name: Norma Trainer
telecom: ph: (210) 555 1214
{
"resourceType": "Practitioner",
"id": "provider4",
"meta": {
"versionId": "1",
"lastUpdated": "2020-09-03T10:16:03.512-04:00",
"source": "#KZ0jzPjXDrhCiMif",
"profile": [
"http://hl7.org/fhir/us/eltss/StructureDefinition/Practitioner-eltss"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/practitioners",
"value": "987657"
}
],
"name": [
{
"text": "Norma Trainer",
"family": "Trainer",
"given": [
"Norma"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(210) 555 1214"
}
]
}