FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | Practitioner |
| Id | Practitioner-SampleAuthorPractitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner
Resource Practitioner "SampleAuthorPractitioner"
Profile: Practitioner Author
identifier: id: 123456789
name: Joe Smith
telecom: ph: 555-555-5554, joe@anywhere.com
address: 1234 Apple St New York NY 11111 US
{
"resourceType": "Practitioner",
"id": "SampleAuthorPractitioner",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-authorpractitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "123456789"
}
],
"name": [
{
"family": "Smith",
"given": [
"Joe"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5554"
},
{
"system": "email",
"value": "joe@anywhere.com"
}
],
"address": [
{
"line": [
"1234 Apple St"
],
"city": "New York",
"state": "NY",
"postalCode": "11111",
"country": "US"
}
]
}