FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Practitioner |
| Id | Practitioner-mental-health-provider-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner mental-health-provider-example-1
identifier: http://ncsbn.org/identifier/example-system/5516813518
name: Lazslo Cravensworth
telecom: lazslo.cravensworth@hospital.net
address: 333 Main Street Miami FL 01002 (work)
{
"resourceType": "Practitioner",
"id": "mental-health-provider-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://ncsbn.org/identifier/example-system",
"value": "5516813518"
}
],
"name": [
{
"family": "Cravensworth",
"given": [
"Lazslo"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "email",
"value": "lazslo.cravensworth@hospital.net",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"333 Main Street"
],
"city": "Miami",
"state": "FL",
"postalCode": "01002"
}
]
}