FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Organization |
| Id | Organization-provider-org-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Example Provider Organization
{
"resourceType": "Organization",
"id": "provider-org-001",
"meta": {
"lastUpdated": "2024-12-16T10:00:00Z",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1982947230"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Example Provider Organization",
"telecom": [
{
"system": "phone",
"value": "555-123-4567",
"use": "work"
}
],
"address": [
{
"line": [
"100 Medical Center Drive"
],
"city": "Anytown",
"state": "MA",
"postalCode": "02101"
}
]
}