FHIR IG analytics| Package | hl7.fhir.us.mcode |
| Resource Type | Practitioner |
| Id | Practitioner-us-core-practitioner-jane-radiotech.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-jane-radiotech
identifier: NPI/2345123675
name: Jane Radiologist
address: 123 Primary Drive Anytown MA 12345 US (work)
gender: Female
| Code |
| Doctor of Medicine |
{
"resourceType": "Practitioner",
"id": "us-core-practitioner-jane-radiotech",
"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": "2345123675"
}
],
"name": [
{
"family": "Radiologist",
"given": [
"Jane"
],
"prefix": [
"Dr."
]
}
],
"address": [
{
"use": "work",
"line": [
"123 Primary Drive"
],
"city": "Anytown",
"state": "MA",
"postalCode": "12345",
"country": "US"
}
],
"gender": "female",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"version": "2.7",
"code": "MD"
}
]
}
}
]
}