FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Practitioner |
| Id | Practitioner-Scen2PractitionerMatthews.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 "Scen2PractitionerMatthews"
identifier: NPI/78904
active: true
name: Daniel Matthews (OFFICIAL)
| Identifier | Code | Period | Issuer |
http://registry.example.org/practitionerLicenseNumber/12348 | Trainers (SNOMED CT#228239008) | 2000-01-01 --> (ongoing) | Organization/Scen2OrgFit4Life: Fit 4 Life "Fit 4 Life" |
{
"resourceType": "Practitioner",
"id": "Scen2PractitionerMatthews",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "78904"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Matthews",
"given": [
"Daniel"
]
}
],
"qualification": [
{
"identifier": [
{
"system": "http://registry.example.org/practitionerLicenseNumber",
"value": "12348"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "228239008",
"display": "Trainers"
}
]
},
"period": {
"start": "2000-01-01"
},
"issuer": {
"reference": "Organization/Scen2OrgFit4Life",
"display": "Fit 4 Life"
}
}
]
}