FHIR IG analytics| Package | hl7.fhir.us.eltss |
| Resource Type | Practitioner |
| Id | Practitioner-provider3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner
ResourcePractitioner "provider3" Version"1" Updated"2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: Practitioner_eltss
identifier: http://www.acme.org/practitioners/987654
name: Lisa Educator
telecom: ph: (210) 555 1213
{
"resourceType": "Practitioner",
"id": "provider3",
"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": "987654"
}
],
"name": [
{
"text": "Lisa Educator",
"family": "Educator",
"given": [
"Lisa"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(210) 555 1213"
}
]
}