FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner03
Information Source: http://example.org/fhir/server
Profile: QICore Practitioner
identifier: NPI/1234567893 (use: official, period: 2005-07-16 09:00:00-0500 --> (ongoing))
active: true
name: Roland Aufderhar(Official)
telecom: ph: 5555555555(Work), ph: 5555555555(Work)
address: 276 MONTAUK AVE, NEW LONDON, CT 063204727(home)
gender: Male
birthDate: 1964-06-19
communication: English and Spanish
{
"resourceType": "Practitioner",
"id": "practitioner03",
"meta": {
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number",
"userSelected": true
}
],
"text": "NPI"
},
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893",
"period": {
"start": "2005-07-16T09:00:00-05:00"
},
"assigner": {
"display": "www.cms.gov"
}
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Roland Aufderhar",
"family": "Aufderhar",
"given": [
"Roland"
],
"suffix": [
"M.D."
]
}
],
"telecom": [
{
"system": "phone",
"value": "5555555555",
"use": "work",
"rank": 1
},
{
"system": "phone",
"value": "5555555555",
"use": "work",
"rank": 2
}
],
"address": [
{
"extension": [
{
"extension": [
{
"url": "latitude",
"valueDecimal": 41.413998
},
{
"url": "longitude",
"valueDecimal": -72.10907
}
],
"url": "http://hl7.org/fhir/StructureDefinition/geolocation"
}
],
"use": "home",
"type": "both",
"text": "276 MONTAUK AVE, NEW LONDON, CT 063204727",
"line": [
"276 MONTAUK AVE"
],
"city": "NEW LONDON",
"state": "CT",
"postalCode": "063204727",
"country": "USA"
}
],
"gender": "male",
"birthDate": "1964-06-19",
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "es",
"display": "Spanish",
"userSelected": true
}
],
"text": "English and Spanish"
}
]
}