FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Practitioner |
| Id | Practitioner-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner example
Profile: US Quality Core Practitioner
identifier: United States Employer Identification Number/Practitioner-23 (use: temp, )
active: true
name: Adam Careful
address: 534 Erewhon St PleasantVille UT 84414 (home)
| Identifier | Code | Period | Issuer |
http://example.org/UniversityIdentifier/12345 | Bachelor of Science | 1995 --> (ongoing) | Example University |
{
"resourceType": "Practitioner",
"id": "example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"system": "urn:oid:2.16.840.1.113883.4.4",
"value": "Practitioner-23"
}
],
"active": true,
"name": [
{
"family": "Careful",
"given": [
"Adam"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "home",
"line": [
"534 Erewhon St"
],
"city": "PleasantVille",
"state": "UT",
"postalCode": "84414"
}
],
"qualification": [
{
"identifier": [
{
"system": "http://example.org/UniversityIdentifier",
"value": "12345"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
"code": "BS",
"display": "Bachelor of Science"
}
],
"text": "Bachelor of Science"
},
"period": {
"start": "1995"
},
"issuer": {
"display": "Example University"
}
}
]
}