FHIR IG analytics| Package | hl7.fhir.us.mdi.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-us-core-practitioner-dcr-ex1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner us-core-practitioner-dcr-ex1
Profile: US Core Practitioner Profile
identifier: NPI/1234567
name: Lm Doctor (Official)
| Code |
| Medical doctor |
{
"resourceType": "Practitioner",
"id": "us-core-practitioner-dcr-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567"
}
],
"name": [
{
"use": "official",
"family": "Doctor",
"given": [
"Lm"
]
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Medical doctor"
}
],
"text": "Medical doctor"
}
}
]
}