FHIR IG analytics| Package | hl7.fhir.us.mcc.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-practitionerMCC-2.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 "practitionerMCC-2" Version "2" Updated "2022-04-21 20:04:20+0000"
Information Source: #2i0KUIJOrgWECPPA!
Profile: US Core Practitioner Profile
identifier: id: 1245319599, id: 456789
name: Nancy Nurse
telecom: NNNP@direct.ExampleMedicalPractice.net
address: 1080 FIRST COLONIAL RD Virginia Beach VA 21454-2406 (WORK)
{
"resourceType": "Practitioner",
"id": "practitionerMCC-2",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "PractitionerMCC-2"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a practitioner 2 example for the *US Core Practitioner Profile*."
}
],
"versionId": "2",
"lastUpdated": "2022-04-21T20:04:20.632+00:00",
"source": "#2i0KUIJOrgWECPPA",
"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": "1245319599"
},
{
"system": "http://www.acme.org/practitioners",
"value": "456789"
}
],
"name": [
{
"family": "Nurse",
"given": [
"Nancy"
],
"prefix": [
"RNP"
]
}
],
"telecom": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct",
"valueBoolean": true
}
],
"system": "email",
"value": "NNNP@direct.ExampleMedicalPractice.net",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1080 FIRST COLONIAL RD"
],
"city": "Virginia Beach",
"state": "VA",
"postalCode": "21454-2406"
}
]
}