FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare |
| Resource Type | Organization |
| Id | Organization-SDOHCC-OrganizationWICCommunityOrganizationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization SDOHCC-OrganizationWICCommunityOrganizationExample
Language: en
active: true
name: Special Supplemental Nutrition Program for Women, Infants and Children (WIC) Office
telecom: ph: 555-555-3000(Work)
address: 10001 Main St Mounds OK 74048 US
{
"resourceType": "Organization",
"id": "SDOHCC-OrganizationWICCommunityOrganizationExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC) Office",
"telecom": [
{
"system": "phone",
"value": "555-555-3000",
"use": "work"
}
],
"address": [
{
"line": [
"10001 Main St"
],
"city": "Mounds",
"state": "OK",
"postalCode": "74048",
"country": "US"
}
]
}