FHIR IG analytics| Package | hl7.fhir.uv.cardx-cied |
| Resource Type | Practitioner |
| Id | Practitioner-ExamplePractitioner.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ExamplePractitioner
Profile: CIED Practioner Profile
identifier: United States National Provider Identifier/1234567890 (use: official, )
name: Jane Smith
telecom: ph: 555-867-5309(Work)
address: 1234 Main Street Springfield IL 12345 (work)
{
"resourceType": "Practitioner",
"id": "ExamplePractitioner",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-practioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567890"
}
],
"name": [
{
"family": "Smith",
"given": [
"Jane"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-867-5309",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1234 Main Street"
],
"city": "Springfield",
"state": "IL",
"postalCode": "12345"
}
]
}