FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | Practitioner |
| Id | Practitioner-JoeSmith.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner JoeSmith
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: NDH Practitioner Profile
NDH Verification Status: Complete
identifier: http://example.org/ndh-identifiers/JoeSmith
active: true
name: Joe Smith, MD
telecom: ph: 555-123-6666(Home), ph: 555-123-1234(Work)
address:
qualification
NDH Practitioner Qualification
- status: active
- whereValid: Connecticut
code: MD
issuer: State of Connecticut
qualification
NDH Practitioner Qualification
- status: active
- whereValid: Connecticut
code: Board Certified Internal Medicine
issuer: American Board of Internal Medicine
{
"resourceType": "Practitioner",
"id": "JoeSmith",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Practitioner"
]
},
"language": "en-US",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
"code": "complete",
"display": "Complete"
}
]
}
}
],
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"system": "http://example.org/ndh-identifiers",
"value": "JoeSmith"
}
],
"active": true,
"name": [
{
"text": "Joe Smith, MD",
"family": "Smith",
"given": [
"Joe"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-123-6666",
"use": "home"
},
{
"system": "phone",
"value": "555-123-1234",
"use": "work"
}
],
"address": [
{
"use": "home",
"line": [
"263 Farmington Ave"
],
"city": "Farmington",
"state": "CT",
"postalCode": "06030",
"country": "US"
},
{
"use": "work",
"type": "physical",
"line": [
"400 Lee Rd Farmington, CT 06032"
],
"city": "Farmington",
"state": "CT",
"postalCode": "06032",
"country": "US"
}
],
"qualification": [
{
"extension": [
{
"extension": [
{
"url": "status",
"valueCode": "active"
},
{
"url": "whereValid",
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.usps.com/",
"code": "CT"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"version": "2.1.0",
"code": "MD"
}
],
"text": "MD"
},
"issuer": {
"display": "State of Connecticut"
}
},
{
"extension": [
{
"extension": [
{
"url": "status",
"valueCode": "active"
},
{
"url": "whereValid",
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.usps.com/",
"code": "CT"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification"
}
],
"code": {
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "207R00000X",
"display": "Internal Medicine Physician"
}
],
"text": "Board Certified Internal Medicine"
},
"issuer": {
"display": "American Board of Internal Medicine"
}
}
]
}