FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare
Resource TypeOrganization
IdOrganization-SDOHCC-OrganizationWICCommunityOrganizationExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization SDOHCC-OrganizationWICCommunityOrganizationExample

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


Source1

{
  "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"
    }
  ]
}