FHIR IG analytics| Package | hl7.fhir.us.davinci-crd |
| Resource Type | Practitioner |
| Id | Practitioner-full.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner full
Language: en
identifier: http://example.org/some-code-system/9941339108, United States National Provider Identifier/1234567893, United States Employer Identification Number/123456789
name: Bone
telecom: ph: 1-234-567-8900, bones@example.org
address:
qualification
code: Cardiologist
qualification
code: Surgeon
{
"resourceType": "Practitioner",
"id": "full",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/some-code-system",
"value": "9941339108"
},
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
},
{
"system": "urn:oid:2.16.840.1.113883.4.4",
"value": "123456789"
}
],
"name": [
{
"family": "Bone"
}
],
"telecom": [
{
"system": "phone",
"value": "1-234-567-8900"
},
{
"system": "email",
"value": "bones@example.org"
}
],
"address": [
{
"line": [
"Suite 100",
"101 Some Street"
],
"city": "Las Vegas",
"state": "CA",
"postalCode": "99999",
"country": "U.S.A."
},
{
"line": [
"Care of Docs R Us",
"123 Another Street"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V1A 2B3"
}
],
"qualification": [
{
"code": {
"text": "Cardiologist"
}
},
{
"code": {
"text": "Surgeon"
}
}
]
}