kidshealth web services user documentation€¦ · answer_url url for the kidshealth article or...

57
User DocumentationRev. 1.14 Last updated: 08/14/2015

Upload: others

Post on 16-Jul-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

•User Documentation•

Rev. 1.14

Last updated: 08/14/2015

Page 2: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 2

Table of Contents

Introduction .......................................................................................................................... 4 Abbreviations used in this document ..............................................................................................4 Formatting used in this document ..................................................................................................4

Web Services provided by KidsHealth .................................................................................... 5 Aspects ..........................................................................................................................................5

URL ........................................................................................................................................................ 5 Data Definition ...................................................................................................................................... 5 Appendix 1. Aspects XML Sample Output .......................................................................................... 27

Breaking News ...............................................................................................................................9 URL ........................................................................................................................................................ 9 Data definition ...................................................................................................................................... 9 Appendix 2. Breaking News XML Sample Output ............................................................................... 28

Daily Q&A .................................................................................................................................... 10 URL ...................................................................................................................................................... 10 Data Defintion ..................................................................................................................................... 10 Appendix 3. Q&A XML Sample Output ............................................................................................... 29

Brain Buzz for Kids ........................................................................................................................ 11 URL ...................................................................................................................................................... 11 Data Definition .................................................................................................................................... 11 Appendix 4. Brain Buzz XML Sample Output ...................................................................................... 30

Article List (for the last X number of days) ..................................................................................... 12 URL ...................................................................................................................................................... 12 Data Defintion ..................................................................................................................................... 12 Appendix 5. Article List Output (for the past n days) XML Sample Output ........................................ 31

Article Details............................................................................................................................... 13 URL ...................................................................................................................................................... 13 Data Definition .................................................................................................................................... 13 Appendix 6. Article Details XML Sample Output ................................................................................ 32

Wellness Center Details ................................................................................................................ 17 URL ...................................................................................................................................................... 17 Data Definition .................................................................................................................................... 17 Appendix 7. Wellness Center Details XML Sample Output ................................................................. 36

Section Details ............................................................................................................................. 19 URL ...................................................................................................................................................... 19 Data Definition .................................................................................................................................... 19 Appendix 8. Section Details XML Sample Output ............................................................................... 39

Category Details ........................................................................................................................... 22 URL ...................................................................................................................................................... 22 Data Defintition ................................................................................................................................... 22 Appendix 9. Category Details XML Sample Output ............................................................................ 54

Page 3: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 3

Glossary .............................................................................................................................. 24 Common XML .............................................................................................................................. 24

The KidsHealth footer ......................................................................................................................... 24 URL Parameters ........................................................................................................................... 25 Wellness Center Image Map Portability ........................................................................................ 25 Other KidsHealth Files .................................................................................................................. 26

CSS ....................................................................................................................................................... 26 JavaScript ............................................................................................................................................ 26 Images ................................................................................................................................................. 26 Appendix 1. Aspects XML Sample Output .......................................................................................... 27 Appendix 2. Breaking News XML Sample Output ............................................................................... 28 Appendix 3. Q&A XML Sample Output ............................................................................................... 29 Appendix 4. Brain Buzz XML Sample Output ...................................................................................... 30 Appendix 5. Article List Output (for the past n days) XML Sample Output ........................................ 31 Appendix 6. Article Details XML Sample Output ................................................................................ 32 Appendix 7. Wellness Center Details XML Sample Output ................................................................. 36 Appendix 8. Section Details XML Sample Output ............................................................................... 39 Appendix 9. Category Details XML Sample Output ............................................................................ 54 Appendix 10. Example Wellness Center Layout ................................................................................. 55 Appendix 11. Wellness Center Image Map Portability JavaScript ...................................................... 56

Page 4: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 4

Introduction Please note that all code within this document is provided for reference only and uses dummy content. Actual code and content for web service calls should be retrieved from our servers via the URLs and mechanisms described.

KidsHealth provides a number of REST based web-services, created specifcally to supply you with granular level access to a variety of KidsHealth content. The KidsHealth web service will respond to all properly formed requests with XML data.

The purpose of this document is to provide a very brief overview of each service and to supply you with the means to fetch and parse the XML data.

You will notice that every web service call includes the KidsHealth <footer> information, <disclaimer>, <copyright> and <logo>.

Rather than show the data definition for the footer as part of every example in this document it is defined once in the glossary and linked to from each element.

As of now, JSON data format is available upon request, but is not supported.

Abbreviation used in this document The following abbreviation is used in this document:

Abbreviation Meaning

...etc... Means that this tag will exist multiple times within the web-service. In the following example we see that although each <article> will contain only one <article_title> and one <article_full_url>, the group <articles> can contain many instances of <article> with each potentially containing the same tags (though of course with different data) as the previous.

<articles> <article> <article_title></article_title> <article_full_url></article_full_url> </article> <article>...etc...</article> </articles>

Formatting used in this document For KidsHealth data definitions we have employed indented and color-coded tables.

Element Definition

Parent The parent element, indicating the start of the data file.

Child A direct descendent of the main parent item.

Child A child of the preceeding parent etc.

Page 5: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 5

Web Services provided by KidsHealth

Aspects As well as being broken down by section and category, KidsHealth content can also be defined by ‘aspects’. An aspect is a description tag that is associated with an article. For example, there could be an aspect that is called Clinical Designation. The tags from that aspect that might get associated with a specific article could be: Endocrinology, Orthopedics, Pulmonology, etc. The aspects that will be provided are: genre (content type), age (age the content is intended to be about, not the intended audience), and clinical designation (clinical area of relevance for the content). Specific values for these aspects are defined below.

This web-service can be used to fetch Aspects definitions.

URL http://kidshealth.org/ws/{licensee}/aspects/ e.g. http://kidshealth.org/ws/demo29/aspects/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Definition <aspects>

<aspect> <aspect_name></aspect_name> <aspect_properties>

<aspect_property></aspect_property> <aspect_property>...etc...</aspect_property>

</aspect_properties> </aspect> <aspect>...etc...</aspect>

</aspects>

Element Definition

aspects Marks the start of the data file

aspect Marks the start of the aspect definition

aspect_name The name of the aspect

aspect_properties Marks the start of the aspect properties element

aspect_property Each element contains an individual aspect property belonging to the parent aspect_name.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 1.

Page 6: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 6

The full list of possible aspect values included in the <aspects> element are defined below. Note, an aspect property value ending in “-NA” simply means that the aspect is not applicable to the article.

i. Aspect name: kh:genre

With aspect properties:

kh:genre-NA kh:genre-article kh:genre-audio kh:genre-decisionTree kh:genre-dictionary kh:genre-experiment kh:genre-game kh:genre-handout kh:genre-personalStory kh:genre-poll kh:genre-printable kh:genre-qAndA kh:genre-quiz kh:genre-recipe kh:genre-slideshow kh:genre-survey kh:genre-teacherGuide kh:genre-tool kh:genre-video kh:genre-wellnessCenter

ii. Aspect name: kh:age

With aspect properties:

kh:age-NA kh:age-allAgesOrAgeAgnostic kh:age-babyZeroToOne kh:age-toddlerOneToThree kh:age-preschoolerThreeToFive kh:age-bigKidSixToTwelve kh:age-teenThirteenToNineteen kh:age-youngAdultEighteenPlus kh:age-preschool kh:age-preKToSecondGrade kh:age-thirdToFifthGrade kh:age-sixthToEighthGrade kh:age-NinthToTwelfthGrade

iii. Aspect name: kh:clinicalDesignation With aspect properties:

kh:clinicalDesignation-NA

Page 7: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 7

kh:clinicalDesignation-adolescentMedicine kh:clinicalDesignation-allergy kh:clinicalDesignation-anesthesiology kh:clinicalDesignation-behavioralHealth kh:clinicalDesignation-cardiology kh:clinicalDesignation-cardiothoracicSurgery kh:clinicalDesignation-dentistry kh:clinicalDesignation-dermatology kh:clinicalDesignation-developmentalMedicine kh:clinicalDesignation-emergencyMedicine kh:clinicalDesignation-endocrinology kh:clinicalDesignation-gastroenterology kh:clinicalDesignation-gastroenterologyAnd NutritionWeightManagement kh:clinicalDesignation-generalPediatrics kh:clinicalDesignation-generalSurgery kh:clinicalDesignation-genetics kh:clinicalDesignation-hematology kh:clinicalDesignation-immunology kh:clinicalDesignation-infectiousDisease kh:clinicalDesignation-intensiveCare kh:clinicalDesignation-neonatology kh:clinicalDesignation-nephrology kh:clinicalDesignation-neurology kh:clinicalDesignation-neurosurgery kh:clinicalDesignation-obgyn kh:clinicalDesignation-oncology kh:clinicalDesignation-ophthalmology kh:clinicalDesignation-orthopedicsNonSportsMed kh:clinicalDesignation-orthopedicsSportsMed kh:clinicalDesignation-otolaryngologyEarNoseThroat kh:clinicalDesignation-palliativeCare kh:clinicalDesignation-pathology kh:clinicalDesignation-plasticSurgery kh:clinicalDesignation-pulmonology kh:clinicalDesignation-radiologyAndMedicalImaging kh:clinicalDesignation-rehabilitation kh:clinicalDesignation-rheumatology kh:clinicalDesignation-transitionOfCare kh:clinicalDesignation-transplant

b. Aspect property tags defined for an article now included in the <article> element. The following is an example of the specific aspect properties associate with an individual article. <aspect_properties>

<aspect_property>kh:age-allAgesOrAgeAgnostic </aspect_property>

<aspect_property>kh:clinicalDesignation- dermatology

</aspect_property> <aspect_property>kh:genre-article

</aspect_property>

Page 8: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 8

</aspect_properties> That is, for this specific example article, it is appropriate for all ages (or age agnostic), it is has a clinical designation of dermatology and a genre of article.

Page 9: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 9

Breaking News Occasionally KidsHealth will list items as Breaking News – this web-service is used to fetch these items as defined for a section and a language.

When available, the web-service will return a list of article and category links.

URL http://kidshealth.org/ws/{licensee}/{language}/breaking-news/ e.g. http://kidshealth.org/ws/demo29/en/breaking-news/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data definition <khbreakingnews> <breaking_news> <link_text>Asthma-Safe Homes</link_text> <link_url>http://kidshealth.org/ws/Demo29/en/teens/asthma-homes.html/</link_url> </breaking_news> <breaking_news> <link_text>Health Problems of Grown-Ups</link_text> <link_url>http://kidshealth.org/ws/Demo29/en/kids/grownup/</link_url> </breaking_news> <breaking_news> <link_text>Asthma</link_text> <link_url>http://kidshealth.org/ws/Demo29/en/teens/asthma.html/</link_url> </breaking_news> </khbreakingnews>

Element Definition

khbreakingnews Marks the start of the data file

breaking_news Marks the start of the beakign news item

link_text The text to be displayed for the breaking news item.

link_url KidsHealth article or category link to which the breaking news item points.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 2.

Page 10: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 10

Daily Q&A The web-service will return the current days featured question and answer for the Parents section along with a link to the corresponding article page.

URL http://kidshealth.org/ws/{licensee}/{language}/daily-qa/ e.g. http://kidshealth.org/ws/demo29/en/daily-qa/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Defintion <khdailyqa> <question></question> <answer_summary></answer_summary> <answer_url></answer_url> <answer_object_id></answer_object_id> </khdailyqa>

Element Definition

khdailyqa Marks the start of the data file.

question The question text for the current Daily Q&A.

answer_summary A brief summary of the answer to the current Daily Q&A. This can be displayed along with the question.

answer_url KidsHealth article or category URL. Use this to link to the associated article for the current Daily Q&A.

answer_object_id Unique identifier for the article as linked in the KidsHealth system.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 3.

Page 11: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 11

Brain Buzz for Kids This web-service is used to fetch the daily Brain Buzz for the Kids Section.

URL http://kidshealth.org/ws/{licensee}/{language}/brain-buzz/ e.g. http://kidshealth.org/ws/demo29/en/brain-buzz/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Definition <khbrainbuzz> <question></question> <answer_summary></answer_summary> <answer_url></answer_url> <answer_object_id></answer_object_id> </khbrainbuzz>

Element Definition

khbrainbuzz Marks the start of the data file.

question This contains the text that you will display for the current days Brain Buzz question/fact.

answer_summary A brief summary of the Brain Buzz answer that can be displayed along with the question.

answer_url URL for the KidsHealth article or category related to the current Brain Buzz.

answer_object_id Unique identifier for the article/category link in the kidshealth system.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 4.

Page 12: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 12

Article List (for the last X number of days) This web-service can be used to fetch list of articles that were published (new and re-reveiwed) in the last X number of days. As the number of days queried grows the service response slows so this service should be more informational rather than something that you would want to appear on your site.

URL http://kidshealth.org/ws/{licensee}/articles-published/{days}/ e.g. http://kidshealth.org/ws/demo29/articles-published/30/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Defintion <kharticles> <article> <article_title></article_title> <article_summary></article_summary> <article_full_url></article_full_url> <article_object_id></article_object_id> <article_in_section></article_in_section> <article_published_date></article_published_date> </article> <article>...etc...</article> </kharticles>

Element Definition

kharticles Marks the start of the data file.

article Marks the start of each article element.

article_title Title of the article.

article_summary A short summary of the article.

article_full_url The full web-service URL for the article.

article_object_id Unique identifier for the article in the KidsHealth system.

article_in_section Name of the Section that contains the article.

article_published_date Date the article was published live. MM/DD/YYYY

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 5.

Page 13: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 13

Article Details This web-service is used to fetch the actual articles along with all associated information for that article including the full body of the article, the title, meta data, category associations, links to related articles etc.

URL http://kidshealth.org/ws/{licensee}/{language}/{section}/{name}.html/ e.g. http://kidshealth.org/ws/demo29/en/parents/blood.html/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Definition <kharticle> <article_title></article_title> <language></language> <section_name></section_name> <article_header_graphic></article_header_graphic> <meta_description></meta_description> <meta_keywords></meta_keywords> <creation_date></creation_date> <published_date></published_date> <last_modified_date></last_modified_date> <last_medical_reviewer></last_medical_reviewer> <last_medical_review_date></last_medical_review_date> <article_object_id></article_object_id> <article_full_url></article_full_url> <article_body_page_html></article_body_page_html> <paired_article> <article_title></article_title> <article_summary></article_summary> <article_full_url></article_full_url> <article_object_id></article_object_id> </paired_article> <related_articles> <article> <article_title></article_title> <article_summary></article_summary> <article_full_url></article_full_url> <article_object_id></article_object_id> </article> <article>...etc...</article> </related_articles> <related_resources> <resource> <resource_title></resource_title> <resource_url></resource_url> <resource_description></resource_description> <resource_media_type> <resource_icon_name></resource_icon_name> <resource_type_title></resource_type_title> </resource_media_type> </resource> <resource>...etc...</resource> </related_resources> <aspect_properties> <aspect_property></aspect_property> <aspect_property>...</aspect_property> </aspect_properties> <categories_published_in> <category> <category_full_title></category_full_title> <full_category_url></full_category_url> <category_object_id></category_object_id>

Page 14: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 14

</category> <category>...etc...</category> </categories_published_in> <medical_codes> <medical_code_list> <code_type></code_type> <code_list></code_list> </medical_code_list> <medical_code_list>...etc...</medical_code_list> </medical_codes> <inarticle_images> <inarticle_image>...etc...</inarticle_image> </inarticle_images> </kharticle>

Element Definition

kharticle Marks the start of the data file

article_title The full title of the article.

language Indicates the language of the article; en = English; es = Spanish.

section_name Name of the section to which the article belongs. Value will be parents, teens, or kids.

article_summary A short summary of the article.

article_header_graphic Defines the location and filename for the article header graphic. This graphic will almost always contain the title of the article, though there are some exceptions, e.g. articles that belong to the Expert Answers category where the same header is used for all. When this element is empty there is no header graphic available and the article content will stand alone without the need for the header, e.g. a graphic instruction sheet, a movie or an interactive application.

meta_description The meta description of the article.

meta_keywords The meta keywords that have been assigned to the article.

creation_date This is the date on which the article was created (MM/DD/YYYY).

last_medical_review_date This date, if applicable, is the date that the article was last medically reviewed (MM/DD/YYYY).

article_published_date This is the date that the article was first published (MM/DD/YYYY).

last_modified_date This is the date that the article was last modified (MM/DD/YYYY).

last_medical_reviewer The name of the Physician that most recently medically reviewed the article.

article_full_url The full KidsHealth web-service URL to the article.

article_object_id Articles can be uniquely identified by their section, language, and file name via the article URL but you can also use this unique identifier for the article within the KidsHealth system.

article_body_page_html The full article body with HTML structure. KidsHealth assumes that you will use your own CSS to provide styling for the article. You can also use any or all

Page 15: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 15

of the KidsHealth CSS (as listed in the glossary) as a basis for your styling.

paired_article If the article is paired with another language article, this element will contain the full KidsHealth web-service URL for that paired article.

related_articles Begins the list of KidsHealth articles that are related by subject to the main article. Related articles will contain the following elements:

article Marks the start of each individual related article.

article_title The title of the related article.

article_summary A short summary of the related article. Can be displayed along with the title/link.

article_full_url The full KidsHealth web-service URL for this related article.

article_object_id A unique identifier for the related article within the KidsHealth system.

related_resources If applicable, begins the list of non-KidsHealth resources that are related to the main article and contains the resource elements below.

resource Indicates the start of each resource.

resource_title The title of the resource.

resource_url The external, non-KidsHealth URL for the resource.

resource_description A brief description of the resource.

resource_media_type Contains the resource_icon_name and resource_type_title elements below.

resource_icon_name The full path to an icon that represents the resource type. Will be one of the following:

resource_type_title The title of the resource type. Will be one of: Web Site, Magazine, Video, Telephone, Organization, Book, Mailing List, and Other.

categories_published_in Begins the list of KidsHealth categories to which the article belongs.

category Indicates the start of each individual category.

category_full_title The category title.

full_category_url The full KidsHealth web-service URL for the category.

category_object_id A unique identifier for the category within the KidsHealth system.

aspect_properties Marks the start of the aspect properties group.

Page 16: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 16

aspect_property Each element contains one aspect property as assigned to the article.

medical_codes The start of the medical codes group.

medical_code_list The start of each sub-group of medical codes as defined by code type.

code_type The type of medical code that will be in the following list, currently this will be either ICD-9 or IDC-10.

code_list The list of individual codes associated with this article.

inarticle_images A list of all images that are contained within the article.

inarticle_image Individual elements, each containing the full path to one of the images that is embedded within the article.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 6.

Page 17: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 17

Wellness Center Details KidsHealth Wellness Centers are graphical collections of content on a given topic. For an example of how a Wellness Center should look please see Appendix 10. It is expected that you will use the KidsHealth Wellness Center CSS, more information on which can be found in the glossary.

Some Wellness Centers use image maps. If you plan on using relative sizing, such as for a mobile-friendly site, you should read the section on Image Map Portability in the glossary.

URL http://kidshealth.org/ws/{licensee}/{language}/{section}/center/{name}.html/ e.g. http://kidshealth.org/ws/demo29/en/parents/center/flu-center.html/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Definition <kharticle> <article_title></article_title> <language></language> <section_name></section_name> <article_header_graphic></article_header_graphic> <meta_description></meta_description> <meta_keywords></meta_keywords> <creation_date></creation_date> <published_date></published_date> <last_modified_date></last_modified_date> <article_object_id></article_object_id> <article_full_url></article_full_url> <article_body_page_html></article_body_page_html> <aspect_properties> <aspect_property>...etc...</aspect_property> </aspect_properties> <categories_published_in> <category> <category_full_title></category_full_title> <full_category_url></full_category_url> <category_object_id></category_object_id> </category> <category>...etc...</category> </categories_published_in> <inarticle_images> <inarticle_image>...etc...</inarticle_image> </inarticle_images> </kharticle>

Element Definition

kharticle Marks the start of the data file

article_title The full title of the Wellness Center.

language Indicates the language of the Wellness Center; en = English; es = Spanish.

section_name Name of the section to which the Wellness Center belongs. Value will be parents, teens, or kids.

article_header_graphic Defines the full path to the Wellness Center header graphic. This graphic contains the title of the Wellness Center.

Page 18: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 18

meta_description The meta description of this Wellness Center.

meta_keywords The meta keywords that have been assigned to the Wellness Center.

creation_date This is the original creation date for this Wellness Center (MM/DD/YYYY).

article_published_date This is the date that the Wellness Center was first published (MM/DD/YYYY).

last_modified_date This is the date that the Wellness Center was last modified (MM/DD/YYYY).

article_full_url The full KidsHealth web-service URL to the Wellness Center.

article_object_id Wellness Centers can be uniquely identified by their section, language, and file name via the article URL but you can also use this unique identifier for the Wellness Center within the KidsHealth system.

article_body_page_html Wellness Center body. You can reference the KidsHealth Wellness Center CSS for this. See Appendix 10 to see how the Wellness Center is expected to render.

categories_published_in Begins the list of KidsHealth categories to which this Wellness Center belongs.

category Indicates the start of each individual category.

category_full_title The category title.

full_category_url The full KidsHealth web-service URL for the category.

category_object_id A unique identifier for the category within the KidsHealth system.

aspect_properties Marks the start of the aspect properties group.

aspect_property Each element contains one aspect property as assigned to the Wellness Center.

medical_codes The start of the medical codes group.

medical_code_list The start of each sub-group of medical codes as defined by code type.

code_type The type of medical code that will be in the following list, currently this will be either ICD-9 or IDC-10.

code_list The individual codes that have been assigned to this Wellness Center.

inarticle_images A group of all images that are contained within this Wellness Center.

inarticle_image Individual elements, each containing the full path to one of the images that is part of the Wellness Center.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 7.

Page 19: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 19

Section Details This web-service is used to fetch all top-level details for a given section, including a full site-navigation for that section. Includes a full list of categories, sub-categories and all articles and other content that belong to those categories.

This service is not intended for a live call, more for a complete list of content that you have licensed for a section that can be used to both build your own navigation and/or for easy indexing with your internal search solution.

URL http://kidshealth.org/ws/{licensee}/sitenav/{language}/{section}/ e.g. http://kidshealth.org/ws/demo29/sitenav/en/kids/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Definition <khsection> <section_name></section_name> <language></language> <section_url></section_url> <top_level_categories> <top_level_category> <category_full_title></category_full_title> <category_name></category_name> <category_description></category_description> <full_category_url></full_category_url> <category_header_graphic></category_header_graphic> <category_object_id></category_object_id> <category_meta_keywords></category_meta_keywords> <linked_articles> <article> <article_title></article_title> <article_summary></article_summary> <article_full_url></article_full_url> <article_object_id></article_object_id> </article> </linked_articles> <sub_categories> <category> <category_full_title></category_full_title> <category_name></category_name> <category_description><category_description> <full_category_url></full_category_url> <category_header_graphic></category_header_graphic> <category_object_id></category_object_id> <category_meta_keywords></category_meta_keywords> <linked_articles> <article> <article_title></article_title> <article_summary></article_summary> <article_full_url></article_full_url> <article_object_id></article_object_id> </article> <article>...etc...</article> </linked_articles> <sub_categories/> </category> <category>...etc...</category> </sub_categories> </top_level_category> </top_level_categories> </khsection>

Page 20: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 20

Element Definition

khsection Marks the start of the data file

language Indicates the language of the section; en = English; es = Spanish.

section_name Name of the section. Values can be Parents, Teens, or Kids

section_url Full KidsHealth web-service URL to the section page.

top_level_categories Indicates the start of top-level categories element. This group contains information for all the categories that belong to the section.

top_level_category Indicates the start of a top-level group.

category_full_title The full title of the category.

category_name The URI name of the category. This is unique within a section but can be repeated in the other sections.

category_description A brief description of the category.

full_category_url The full KidsHealth web-service URL for the category.

category_header_graphic The full path to the category header image. Contains the name of the category.

category_object_id Unique identifier for the category.

category_meta_keywords The meta keywords that have been associated with the category.

linked_articles A group of all articles that are linked–from/belong–to the parent category.

article Marks the start of each individual article within the category.

article_title The title of the article.

article_summary A short summary of the article. Can be displayed along with the title/link.

article_full_url The full KidsHealth web-service URL for this article.

article_object_id A unique identifier for the article within the KidsHealth system.

sub_categories Indicates the start of the sub-categories group. This element contains a list of child categories belonging to the top level category.

category Indicates the start of the each category group within the sub-category. Works exactly the same as its parent top_level_category and contains the same XML structure i.e. category_full_title, category_name, category_description, full_category_url, category_header_graphic, category_object_id, category_meta_keywords, and linked_articles.

Linked articles in turn contain the same sub-structure of information; article, article_title, article_summary, article_full_url, and article_object_id.

This can also contain further sub-categories and their associated

Page 21: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 21

information ad-infinitum.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 8.

Page 22: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 22

Category Details This web-service is used to fetch the full details for any individual category including links to all of the articles within that category. Also includes any sub-categories and their associated content.

URL http://kidshealth.org/ws/{licensee}/{language}/{section}/{cat}/{subcat}/ e.g. http://kidshealth.org/ws/demo29/es/teens/your-body-esp/skin-stuff-esp/

Please see the section on URL Parameters in the glossary for details on URL configuration.

Data Defintition <khcategory> <category_full_title></category_full_title> <category_name></category_name> <category_description></category_description> <full_category_url></full_category_url> <category_header_graphic></category_header_graphic> <category_object_id></category_object_id> <category_meta_keywords></category_meta_keywords> <linked_articles> <article> <article_title></article_title> <article_summary></article_summary> <article_full_url></article_full_url> <article_object_id></article_object_id> </article> <article>...etc...</article> </linked_articles> <sub_categories> <category> <category_full_title> </category_full_title> <category_name></category_name> <category_description></category_description> <full_category_url></full_category_url> <category_header_graphic></category_header_graphic> <category_object_id></category_object_id> <category_meta_keywords></category_meta_keywords> <linked_articles> <article> <article_title></article_title> <article_summary></article_summary> <article_full_url></article_full_url> <article_object_id></article_object_id> </article> <article>...etc...</article> </linked_articles> </category> <category>...etc...</category> </sub_categories> </khcategory>

Page 23: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 23

Element Definition

khcategory Marks the start of the data file

category_full_title Title of the category.

category_name Unique name for the category within a section as it appears in the URL.

category_description A short description of the category.

full_category_url The full KidsHealth web-service URL for the category.

category_header_graphic Full path to the catgory header graphic.

category_object_id Unique identifier for the category.

category_meta_keywords The meta keywords that have been assigned to this category.

linked_articles Indicates the start of the linked articles group. Contains a list of articles belonging directly to the category.

article Indicates the start of an article group. Each group will contain the following child elements:

article_title The title of the linked article.

article_summary A brief summary of the linked article.

article_full_url The full KidsHealth web-service URL of the linked article.

article_object_id The unique identifier for the linked article.

sub_categories Indicates the start of the sub categories group. This group contains a list of child categories belonging to the parent category along with a collection of information associated with the articles that are contained within that category.

category Indicates the start of the sub-category’s child category element. This can contain the same structure as the parent <khcategory> with the same children, <category_full_name>, <category_description>, <full_category_url> etc. all the way through to futher levels of <sub_categories> ad infinitum.

footer As with all KidsHealth web services the footer information is included. See the KidsHealth footer in the glossary for more information.

For sample code, please use the URL provided or view the sample XML in Appendix 9.

Page 24: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 24

Glossary A collection of common terms and tags used throughout this document and the KidsHealth web service.

Common XML

The KidsHealth footer Every KidsHealth web service call includes our standard footer information and this must be included on each page that includes KidsHealth content. This information is subject to change and for this reason should always be called live from the web service rather than hard coded.

<footer>

<copyright>&amp;copy; 1995-2015 KidsHealth&amp;reg; All rights reserved. Images provided by iStock, Getty Images, Corbis, Veer, Science Photo Library, Science Source Images, Shutterstock, and Clipart.com </copyright>

<disclaimer>Note: All information is for educational purposes only. For specific medical advice, diagnoses, and treatment, consult your doctor.</disclaimer> <logo>http://kidshealth.org/licensees/standard_licensee/images/teenshealth_ed_part_logo.gif</logo>

</footer>

<disclaimer> Contains the disclaimer that must appear at the bottom of every KidsHealth article.

Note: All information is for educational purposes only. For specific medical advice, diagnoses, and treatment, consult your doctor.

Note: <disclaimer> value is in Spanish when contained within <spanishfooter>

<copyright> Contains the copyright notice that must appear at the bottom of every KidsHealth article.

© 1995-2XXX The Nemours Foundation/KidsHealth. All rights reserved. Images provided by iStock, Getty Images, Corbis, Veer, Science Photo Library, Science Source Images, Shutterstock, and Clipart.com

Note: <copyright> value is in Spanish when contained within <spanishfooter>

<logo> Contains the path to the KidsHealth Educational Partner logos that must appear at the bottom of every KidsHealth article.

http://www.kidshealth.org/licensees/standard_licensee/images/kidshealth_ed_part_logo.gif

Dimensions of the logo are 86x40.

Page 25: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 25

URL Parameters This breakdown of the web service URL provides definitions of the individual parameters along with details on how to find this information.

{licensee} Your licensee shortname, as defined in the KidsHealth system, is the unique identifier for your KidsHealth content collection. If you have forgotten this name please give your KidsHealth representative a call/email and they will be happy to retrieve it for you.

{language} The language of the content that you are accessing, either en (English) or es (español)

{days} The number of days for which the system should return content e.g. 30

{section} The section in which the content you are accessing resides parents, kids or teens.

{name} The name of the article, center, or category that is being accessed. For articles and centers this will always be followed with .html and a trailing slash.

{cat} The name of the category, used when linking to category pages.

{subcat} The name of the sub-category, used when linking to sub-category pages.

Wellness Center Image Map Portability Some KidsHealth Wellness Centers employ image maps as part of their layout but image maps do not support relative sizing. Because of this they are incompatible with responsive layouts such as those used for using content across multiple devices.

Because of this KidsHealth as developed some JavaScript to overcome the HTML limitation. If you are going to use anything other than fixed sizing for the Wellness Center presentation then you will need to include this JavaScript.

The full JavaScript can be found in Appendix 11. You will also need to include the following onload and onresize element/values in your body tag to properly initialize and call the functions:

onload="areaMaker();" onresize="areaMaker();

Page 26: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 26

Other KidsHealth Files You may also want to reference other KidsHealth files that we use in the presentation of our content, either in their entirety or as a useful start to applying your own styles.

CSS The main KidsHealth content layout: http://kidshealth.org/misc/css/khcontent_style.css

Wellness Center layout: http://kidshealth.org/misc/css/wellnessCenterMain.css

JavaScript Wellness Center Image Map Portability:

Please see Appendix 11. Common functions: http://kidshealth.org/misc/javascript/khCommon.js

http://kidshealth.org/misc/javascript/functions.js

Images A collection of images and logos used for promoting your KidsHealth content can be found on our Partner Resource Center at: https://khpartner.kidshealth.org/promo-tools/

Page 27: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 27

Appendix 1. Aspects XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <aspects> <aspect> <aspect_name>kh:genre</aspect_name> <aspect_properties> <aspect_property>kh:genre-NA</aspect_property> <aspect_property>kh:genre-article</aspect_property> <aspect_property>kh:genre-audio</aspect_property> <aspect_property>kh:genre-decisionTree</aspect_property> <aspect_property>kh:genre-dictionary</aspect_property> <aspect_property>kh:genre-experiment</aspect_property> <aspect_property>kh:genre-game</aspect_property> <aspect_property>kh:genre-handout</aspect_property> <aspect_property>kh:genre-personalStory</aspect_property> <aspect_property>kh:genre-video</aspect_property> <aspect_property>kh:genre-wellnessCenter</aspect_property> </aspect_properties> </aspect> <aspect> <aspect_name>kh:age</aspect_name> <aspect_properties> <aspect_property>kh:age-NA</aspect_property> <aspect_property>kh:age-NinthToTwelfthGrade</aspect_property> <aspect_property>kh:age-allAgesOrAgeAgnostic</aspect_property> <aspect_property>kh:age-babyZeroToOne</aspect_property> <aspect_property>kh:age-bigKidSixToTwelve</aspect_property> <aspect_property>kh:age-preKToSecondGrade</aspect_property> <aspect_property>kh:age-preschool</aspect_property> <aspect_property>kh:age-preschoolerThreeToFive</aspect_property> <aspect_property>kh:age-sixthToEighthGrade</aspect_property> <aspect_property>kh:age-teenThirteenToNineteen</aspect_property> <aspect_property>kh:age-thirdToFifthGrade</aspect_property> <aspect_property>kh:age-toddlerOneToThree</aspect_property> <aspect_property>kh:age-youngAdultEighteenPlus</aspect_property> </aspect_properties> </aspect> <aspect> <aspect_name>kh:clinicalDesignation</aspect_name> <aspect_properties> <aspect_property>kh:clinicalDesignation-NA</aspect_property> <aspect_property>kh:clinicalDesignation-adolescentMedicine</aspect_property> <aspect_property>kh:clinicalDesignation-allergy</aspect_property> <aspect_property>kh:clinicalDesignation-anesthesiology</aspect_property> <aspect_property>kh:clinicalDesignation-behavioralHealth</aspect_property> <aspect_property>kh:clinicalDesignation-cardiology</aspect_property> <aspect_property>kh:clinicalDesignation-cardiothoracicSurgery</aspect_property> <aspect_property>kh:clinicalDesignation-dentistry</aspect_property> <aspect_property>kh:clinicalDesignation-dermatology</aspect_property> <aspect_property>kh:clinicalDesignation-developmentalMedicine</aspect_property> <aspect_property>kh:clinicalDesignation-emergencyMedicine</aspect_property> <aspect_property>kh:clinicalDesignation-endocrinology</aspect_property> <aspect_property>kh:clinicalDesignation-gastroenterology</aspect_property> <aspect_property>kh:clinicalDesignation-neurosurgery</aspect_property> <aspect_property>kh:clinicalDesignation-obgyn</aspect_property> <aspect_property>kh:clinicalDesignation-otolaryngologyEarNoseThroat</aspect_property> <aspect_property>kh:clinicalDesignation-palliativeCare</aspect_property> <aspect_property>kh:clinicalDesignation-pathology</aspect_property> <aspect_property>kh:clinicalDesignation-plasticSurgery</aspect_property> <aspect_property>kh:clinicalDesignation-pulmonology</aspect_property> <aspect_property>kh:clinicalDesignation-radiologyAndMedicalImaging</aspect_property> <aspect_property>kh:clinicalDesignation-rehabilitation</aspect_property> <aspect_property>kh:clinicalDesignation-rheumatology</aspect_property> <aspect_property>kh:clinicalDesignation-transitionOfCare</aspect_property> <aspect_property>kh:clinicalDesignation-transplant</aspect_property> <aspect_property>kh:clinicalDesignation-urology</aspect_property> </aspect_properties> </aspect> </aspects>

Page 28: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 28

Appendix 2. Breaking News XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <khbreakingnews> <breaking_news> <link_text>Asthma-Safe Homes</link_text> <link_url>http://kidshealth.org/ws/Demo29/en/teens/asthma-homes.html/</link_url> </breaking_news> <breaking_news> <link_text>Health Problems of Grown-Ups</link_text> <link_url>http://kidshealth.org/ws/Demo29/en/kids/grownup/</link_url> </breaking_news> <breaking_news> <link_text>Asthma</link_text> <link_url>http://kidshealth.org/ws/Demo29/en/teens/asthma.html/</link_url> </breaking_news> </khbreakingnews>

Page 29: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 29

Appendix 3. Q&A XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <khdailyqa> <question>How Do I Care for My Baby's Teeth?</question> <answer_summary>Find out what the experts have to say.</answer_summary> <answer_url>http://kidshealth.org/ws/Demo29/en/parents/start-brushing-teeth.html/</answer_url> <answer_object_id>workspace://SpacesStore/f5b882ba-a6bb-4b95-a907-9a18fd2d43b5</answer_object_id> </khdailyqa>

Page 30: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 30

Appendix 4. Brain Buzz XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <khbrainbuzz> <question>Why do people get goosebumps?</question> <answer_summary>You wouldn't get goosebumps if you didn't have hair. Why? You get goosebumps because your skin is covered with hair. When you get cold, the muscles attached to each hair get tight in an attempt to keep you warm. Those muscles pull the hair and your skin up into the air. Voila! It's goosebumps.</answer_summary> <answer_url>http://kidshealth.org/en/kids/buzz?view=buzz</answer_url> <answer_object_id>efc8345b-5cd8-436b-950d-f15d2bfeb1fa</answer_object_id> </khbrainbuzz>

Page 31: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 31

Appendix 5. Article List Output (for the past n days) XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <kharticles> <article> <article_title>Should You Tell the Doctor If You Are Having Sex?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/doctor-talk.html/</article_full_url> <article_object_id>9eaa5c8b-586e-4997-a1fd-987cb4f87296</article_object_id> <article_in_section>teens</article_in_section> <article_published_date>02/03/2015</article_published_date> </article> <article> <article_title>I'm Lactose Intolerant and Got a Burning Pain After Drinking Milk. What Should I Do?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/milk-pains.html/</article_full_url> <article_object_id>8524a6d1-0dde-496a-813f-e38642b3dbf7</article_object_id> <article_in_section>teens</article_in_section> <article_published_date>02/03/2015</article_published_date> </article> <article> <article_title>Chickenpox</article_title> <article_summary>Chickenpox is a virus that causes red, itchy bumps. Find out more in this article for kids.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/kids/chicken-pox.html/</article_full_url> <article_object_id>73b9d0f2-9ff6-4f84-ba9d-fd3ee7b09854</article_object_id> <article_in_section>kids</article_in_section> <article_published_date>02/04/2015</article_published_date> </article> <article> <article_title>Head Lice - paragüitas</article_title> <article_summary>Lice aren't dangerous and they don't spread disease, but they are contagious, annoying, and sometimes hard to get rid of. Learn more about this common childhood problem and how to get rid of those pesky little bugs.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/parents/head-lice.html/</article_full_url> <article_object_id>c025fdd2-9948-49db-92b5-0e02758d5e31</article_object_id> <article_in_section>parents</article_in_section> <article_published_date>02/05/2015</article_published_date> </article> </kharticles>

Page 32: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 32

Appendix 6. Article Details XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <kharticle> <article_title>5 Ways to Deal With Anxiety</article_title> <language>en</language> <section_name>teens</section_name> <article_header_graphic>http://kidshealth.org/EN/images/headers/T-take5-enHD-AR1.jpg</article_header_graphic> <meta_description>We all get worried or nervous about things. Here are 5 ways to control anxiety.</meta_description> <meta_keywords>worry, worried, worrying, anxious, nervous, tense, stress, stressed, worry all the time, worried about everything, always nervous, panic, fear, frightened, afraid, something bad will happen, anxiety disorder, generalized anxiety, ways to be less worried, ways to be less anxious</meta_keywords> <creation_date>11/16/2007</creation_date> <published_date>06/24/2015</published_date> <last_modified_date>06/24/2015</last_modified_date> <last_medical_reviewer>D'Arcy Lyness, PhD</last_medical_reviewer> <last_medical_review_date>04/30/2013</last_medical_review_date> <article_object_id>6d1ef28f-e060-487e-be36-45c60f9148d4</article_object_id> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/anxiety-tips.html/</article_full_url> <article_body_page_html>&lt;h1&gt;5 Ways to Deal With Anxiety&lt;/h1&gt; &lt;p&gt;Everyone has feelings of anxiety, nervousness, tension, and stress from time to time. Here are 5 ways to help manage them:&lt;/p&gt; &lt;ol class=&quot;kh_longline_list&quot;&gt; &lt;li&gt;&lt;strong&gt;Become a relaxation expert.&lt;/strong&gt; We all &lt;em&gt;think&lt;/em&gt; we know how to relax. But chilling out in front of the TV or computer isn't true relaxation. (Depending on what you're watching or doing, it could even make you more tense.) The same is true for alcohol, drugs, or tobacco. They may seem to relieve anxiety or stress, but it's a false state of relaxation that's only temporary. What the body really needs is a relaxation technique &amp;mdash; like deep breathing, tai chi, or yoga &amp;mdash; that has a physical effect on the mind. For example, deep breathing helps to relax a major nerve that runs from the diaphragm to the brain, sending a message to the entire body to let go and loosen up.&lt;br /&gt; &lt;/li&gt; &lt;li&gt;&lt;strong&gt;Get enough sleep, nourishment, and exercise.&lt;/strong&gt; Want your mind and body to feel peaceful and strong enough to handle life's ups and downs? Get the right amount of sleep for your needs &amp;mdash; not too much or too little. Eat well: Choose fruit, vegetables, lean proteins, and whole grains for long-term energy (instead of the short bursts that come from too much sugar or caffeine). And exercise to send oxygen to every cell in the body so your brain and body can operate at their best.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Connect with others.&lt;/strong&gt; Spend time with friends or family. Organized activities are great but just hanging out works too. Doing things with those we feel close to deepens our bonds, allowing us to feel supported and secure. And the fun and sharing that go with it allow us to feel happier and less upset about things. If you feel worried or nervous about something, talking about it with someone who listens and cares can help you feel more understood and better able to cope. You'll be reminded that everyone has these feelings sometimes. You're not alone.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Connect with nature.&lt;/strong&gt; Heading out for a walk in the park or a hike in the woods can help anyone feel peaceful and grounded. (Choose somewhere you feel safe so you can relax and enjoy your surroundings.) Walking, hiking, trail biking, or snowshoeing offer the additional benefit of exercise. Invite a friend or two &amp;mdash; or a family member &amp;mdash; along and enjoy feeling connected to people as well.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Think positive.&lt;/strong&gt; A great way to keep our minds off the worry track is to focus our thoughts on things that are good, beautiful, and positive. Allow yourself to dream, wish, and imagine the best that could happen.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; When anxiety or worry feels extreme, it may be asign of an &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/anxiety.html/&quot;&gt;anxiety disorder&lt;/a&gt;. For someone who has an anxiety disorder, getting proper care from a health professional is important. These tips can help too, of course. But professional treatment is the only way to shake an anxiety disorder.&lt;/p&gt; </article_body_page_html> <paired_article> <article_title>Cinco formas de plantarle cara a la ansiedad</article_title> <article_summary>Todo el mundo se siente estresado, nervioso, ansioso o tenso de vez en cuando. He aquí cinco consejos para afrontar mejor este tipo de situaciones.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/es/teens/anxiety-tips-esp.html/</article_full_url> <article_object_id>efced637-b661-4801-be86-aa046089cf63</article_object_id>

Page 33: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 33

</paired_article> <related_articles> <article> <article_title>Anxiety Disorders</article_title> <article_summary>Anxiety is a natural part of life, and most of us experience it from time to time. But for some people, anxiety can be extreme.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/anxiety.html/</article_full_url> <article_object_id>3f30aeba-91ce-4131-b970-92d275edf4d1</article_object_id> </article> <article> <article_title>Anxiety: Rachel's Story</article_title> <article_summary>Rachel developed an anxiety disorder during her junior and year of high school. Today she's in college and enjoying life. Read her story.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/anxiety-rachel.html/</article_full_url> <article_object_id>6543fab7-206b-4db5-8cc0-49ef05fdab01</article_object_id> </article> <article> <article_title>Fears and Phobias</article_title> <article_summary>Fear is a normal human reaction that protects us by signaling danger and preparing us to deal with it. Get the facts about fears and phobias and what causes them.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/phobias.html/</article_full_url> <article_object_id>920e0c0b-3248-4ad9-a9d1-d057fd760492</article_object_id> </article> <article> <article_title>Finding Low-Cost Mental Health Care</article_title> <article_summary>If you need mental health care but don't think you can afford it, you're not alone. Get tips on finding low-cost or free mental health care in this article for teens.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/mhealth-care.html/</article_full_url> <article_object_id>4dc36352-e3eb-429e-a7e4-6e8999ae7b91</article_object_id> </article> <article> <article_title>Shyness</article_title> <article_summary>Shyness is extremely common, especially among teens. But lots of mild to moderate shyness melts away with practice and familiarity, making social situations easier and easier to handle each time.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/shyness.html/</article_full_url> <article_object_id>b98c9c1e-3593-4df8-a0a9-be90f7124e8a</article_object_id> </article> <article> <article_title>Social Phobia</article_title> <article_summary>It's natural to feel self-conscious, nervous, or shy sometimes. But for some people, the anxiety that goes with feeling shy or self-conscious can be extreme, and it can take over their lives. Get the facts on social phobia here.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/social-phobia.html/</article_full_url> <article_object_id>76d05767-3a0c-47e8-8329-82e6192a3308</article_object_id> </article> <article> <article_title>Stress</article_title> <article_summary>There's good stress and bad stress. Find out what's what and learn practical ways to cope in this article.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/stress.html/</article_full_url> <article_object_id>f367e047-7851-4ac1-a8b6-1bd1775b67d8</article_object_id> </article> </related_articles> <related_resources> <resource> <resource_title>American Psychological Association (APA)</resource_title> <resource_url>http://www.apa.org</resource_url> <resource_description>The APA provides information and education about a variety of mental health issues for people of all ages.</resource_description> <resource_media_type>

Page 34: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 34

<resource_icon_name>http://kidshealth.org//images/articles/additionalResourceIcons/organization.gif</resource_icon_name> <resource_type_title>Organization</resource_type_title> </resource_media_type> </resource> <resource> <resource_title>Anxiety Disorders Association of America (ADAA)</resource_title> <resource_url>http://www.adaa.org</resource_url> <resource_description>The ADAA promotes the prevention and cure of anxiety disorders and works to improve the lives of all people who have them. </resource_description> <resource_media_type> <resource_icon_name>http://kidshealth.org//images/articles/additionalResourceIcons/organization.gif</resource_icon_name> <resource_type_title>Organization</resource_type_title> </resource_media_type> </resource> <resource> <resource_title>Substance Abuse and Mental Health Services Administration (SAMHSA)</resource_title> <resource_url>http://www.samhsa.gov/</resource_url> <resource_description>This federal agency strives to improve the quality and availability of prevention, treatment, and rehabilitation services in order toreduce illness, death, disability, and cost to society resulting from substance abuse and mental illnesses. Call: (800) 789-2647.</resource_description> <resource_media_type> <resource_icon_name>http://kidshealth.org//images/articles/additionalResourceIcons/organization.gif</resource_icon_name> <resource_type_title>Organization</resource_type_title> </resource_media_type> </resource> </related_resources> <aspect_properties> <aspect_property>kh:age-teenThirteenToNineteen</aspect_property> <aspect_property>kh:age-youngAdultEighteenPlus</aspect_property> <aspect_property>kh:clinicalDesignation-behavioralHealth</aspect_property> <aspect_property>kh:genre-article</aspect_property> </aspect_properties> <categories_published_in> <category> <category_full_title>Feelings &amp; Emotions</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/your-mind/emotions/</full_category_url> <category_object_id>9ebc90b1-4460-4c57-b446-a33f8b83132f</category_object_id> </category> <category> <category_full_title>Dealing With Feelings</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/cancer-center/feelings/</full_category_url> <category_object_id>9586248c-8a45-480f-8716-171be2873760</category_object_id> </category> <category> <category_full_title>Dealing With Problems</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/your-mind/problems/</full_category_url> <category_object_id>e4e968b5-7b4c-49cb-a8e0-2c589b8e696d</category_object_id> </category> <category> <category_full_title>Relax and De-Stress</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/stress-coping-center/stress-management/</full_category_url> <category_object_id>8b0a30ba-720e-49f1-8af4-75766eb49e6c</category_object_id> </category> </categories_published_in> <medical_codes/> <inarticle_images/>

<footer> <copyright>&amp;copy; 1995-2015 KidsHealth&amp;reg; All rights reserved. Images provided by iStock, Getty Images, Corbis, Veer, Science Photo Library, Science Source Images, Shutterstock, and Clipart.com</copyright>

Page 35: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 35

<disclaimer>Note: All information is for educational purposes only. For specific medicaladvice, diagnoses, and treatment, consult your doctor.</disclaimer>

<logo>http://kidshealth.org/licensees/standard_licensee/images/kidshealth_ed_part_logo.gif</logo> </footer>

</kharticle>

Page 36: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 36

Appendix 7. Wellness Center Details XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <kharticle> <article_title>Asthma Center</article_title> <language>en</language> <section_name>teens</section_name> <article_header_graphic>http://kidshealth.org/EN/images/headers/WCT-asthma-enHD.jpg</article_header_graphic> <meta_description>Visit our Asthma Center for information and advice on managing and living with asthma.</meta_description> <meta_keywords>asma, athsma, can't, breathe, breathing, wheeze, wheezing, flare, flare up, asthma, attack, trigger, triggers, exercise, induced, allergy, allergies, pollen, pet, dander, living with, life with, deal, dealing, coping, inhaler, peak, flow, steroid, cortico, action, plan</meta_keywords> <creation_date>09/23/2010</creation_date> <published_date>06/17/2015</published_date> <last_modified_date>07/07/2015</last_modified_date> <article_object_id>094a89e2-6fc6-4eb1-bc62-92c12725dcda</article_object_id> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/center/asthma-center.html/</article_full_url> <article_body_page_html>&lt;!--googleon:all--&gt;&lt;div id=&quot;KH_WellnessCenterHolder&quot;&gt; &lt;div id=&quot;KH_WellnessCenter&quot;&gt; &lt;div id=&quot;KH_WellnessCenter_TopLC&quot;&gt; &lt;div id=&quot;KH_WC_Area_A&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/basics/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainA-enBT.jpg&quot; alt=&quot;Asthma Basics: A guide for learning about asthma&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;KH_WellnessCenter_TopRC&quot;&gt; &lt;div id=&quot;KH_WC_Area_K&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/es/teens/asthma-center-esp/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/ES/images/buttons/WCT-asmaMainK-esBT.jpg&quot; alt=&quot;Articulos en Español&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;div id=&quot;KH_WC_Area_B&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/treatment/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainB-enBT.jpg&quot; alt=&quot;Treatment and prevention: Advice on managing and living with asthma.&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;div id=&quot;KH_WC_Area_C&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/feelings/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainC-enBT.jpg&quot; alt=&quot;Dealing with feelings: Tips on handling emotional issues.&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;div id=&quot;KH_WC_Area_D&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/diagnostic-tests/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainD-enBT.jpg&quot; alt=&quot;Diagnostic tests: Information about common medical tests.&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;div id=&quot;KH_WC_Area_E&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/body-basics/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainE-enBT.jpg&quot; alt=&quot;Body basics: About the body systems that are linked to asthma.&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;KH_WellnessCenter_Mid&quot;&gt; &lt;div id=&quot;KH_WC_Area_F&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainF-enBT.jpg&quot; alt=&quot;Health Tip: Using inhalers regularly can reduce your chances of needing to go to the hospital.&quot;/&gt; &lt;/div&gt; &lt;div id=&quot;KH_WC_Area_G&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/personal-stories/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainG-enBT.jpg&quot; alt=&quot;Personal Stories&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;div id=&quot;KH_WC_Area_H&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/q-a/&quot;&gt; &lt;img

Page 37: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 37

src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainH-enBT.jpg&quot; alt=&quot;Q&amp;amp;A&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;div id=&quot;KH_WC_Area_I&quot;&gt; &lt;a href=&quot;http://kidshealth.org/ws/Demo29/en/teens/asthma-center/words-to-know/&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainI-enBT.jpg&quot; alt=&quot;Words to Know&quot;/&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;KH_WellnessCenter_Foot&quot;&gt; &lt;div id=&quot;KH_WC_Area_J&quot;&gt; &lt;img src=&quot;http://kidshealth.org/EN/images/buttons/WCT-asthmaMainJ-enBT.jpg&quot; alt=&quot;Asthma Image&quot;/&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!--googleoff:all--&gt;</article_body_page_html> <aspect_properties> <aspect_property>kh:age-NA</aspect_property> <aspect_property>kh:clinicalDesignation-NA</aspect_property> <aspect_property>kh:genre-NA</aspect_property> </aspect_properties> <categories_published_in> <category> <category_full_title>Diseases &amp; Conditions</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/diseases-conditions/</full_category_url> <category_object_id>8b2ee8df-d029-4868-ba75-da0962afad50</category_object_id> </category> <category> <category_full_title>Wellness Centers</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/managing-care-center/centers/</full_category_url> <category_object_id>8fff9920-3607-406b-8b83-1ee17b00dea7</category_object_id> </category> <category> <category_full_title>Allergies, Asthma &amp; the Immune System</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/diseases-conditions/allergies-immune/</full_category_url> <category_object_id>7b490fc5-d8b2-4f04-9a29-8465d4f109e7</category_object_id> </category> <category> <category_full_title>Asthma Center</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/asthma-center/</full_category_url> <category_object_id>e9a16279-8496-48d8-9fa6-5cfd46bdd5bb</category_object_id> </category> <category> <category_full_title>Special Health Needs</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/managing-care-center/health-conditions/</full_category_url> <category_object_id>15940761-7a80-4ca5-a123-efe33588a44d</category_object_id> </category> <category> <category_full_title>Condition Centers</category_full_title> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/centers/</full_category_url> <category_object_id>29eb8137-eb1a-4353-8d62-4021321fa071</category_object_id> </category> </categories_published_in> <inarticle_images> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainA-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/ES/images/buttons/WCT-asmaMainK-esBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainB-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainC-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainD-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainE-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainF-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainG-

Page 38: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 38

enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainH-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainI-enBT.jpg</inarticle_image> <inarticle_image>http://kidshealth.org/EN/images/buttons/WCT-asthmaMainJ-enBT.jpg</inarticle_image> </inarticle_images> <footer> <copyright>&amp;copy; 1995-2015 KidsHealth&amp;reg; All rights reserved. Images provided by iStock, Getty Images, Corbis, Veer, Science Photo Library, Science Source Images, Shutterstock, and Clipart.com</copyright> <disclaimer>Note: All information is for educational purposes only. For specific medicaladvice, diagnoses, and treatment, consult your doctor.</disclaimer>

<logo>http://kidshealth.org/licensees/standard_licensee/images/teenshealth_ed_part_logo.gif</logo> </footer> </kharticle>

Page 39: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 39

Appendix 8. Section Details XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <khsection> <section_name>teens</section_name> <language>en</language> <section_url>http://kidshealth.org/ws/demo29/en/teens/</section_url> <top_level_categories> <top_level_category> <category_full_title>Babysitting Center</category_full_title> <category_name>babysitting-center</category_name> <category_description>This center offers advice for teens on starting a babysitting business as well as tips on caring for kids - from first aid to entertainment. You can also test your babysitting knowledge and hear how other babysitters do it.</category_description> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/babysitting-center/</full_category_url> <category_header_graphic>http://kidshealth.org/EN/images/headers/T-babysittingCenter-enHD-CA2.jpg</category_header_graphic> <category_object_id>649158af-5d55-4463-a99f-8d69cbe3ac09</category_object_id> <category_meta_keywords>Babysitting Center</category_meta_keywords> <linked_articles> <article> <article_title>Babysitting Center</article_title> <article_summary>Need advice on starting a babysitting business or tips on caring for kids? Want to test your babysitting knowledge and hear how other babysitters do it? This babysitting center for teens is the place for you.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/center/babysitting-center.html/</article_full_url> <article_object_id>6e57634d-a4e8-467f-93e3-3b0de50c8e34</article_object_id> </article> <article> <article_title>What Teens Say About Sleep</article_title> <article_summary>We know what the experts think: The right amount of sleep is essential for teens. But what's happening in the real world? We ran a survey to find out. Here are the results. Testing Sudha J.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/survey-sleep.html/</article_full_url> <article_object_id>b56789f0-be54-4658-9dcd-276b8a0e3811</article_object_id> </article> </linked_articles> <sub_categories> <category> <category_full_title>First Aid and Emergencies</category_full_title> <category_name>first-aid</category_name> <category_description/> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/babysitting-center/first-aid/</full_category_url> <category_header_graphic/> <category_object_id>5d8e85fd-11c3-45df-afc2-fd209da22e7e</category_object_id> <category_meta_keywords>First Aid</category_meta_keywords> <linked_articles> <article> <article_title>911 Emergencies</article_title> <article_summary>No one likes to think that something might happen to someone we care about. But whether we like it or not, emergencies do happen, and they require us to think and respond quickly.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/911.html/</article_full_url> <article_object_id>c0a14c6d-2e4d-4cb4-8532-abd68a2c99ad</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Burns</article_title> <article_summary>What should you do if a child you're babysitting gets burned? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-burns.html/</article_full_url> <article_object_id>66db728c-42c2-4045-8c25-b3d1c6d535fa</article_object_id>

Page 40: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 40

</article> <article> <article_title>Babysitting: Dealing With Asthma Flare-Ups</article_title> <article_summary>What should you do if a child you're babysitting has an asthma flare-up? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-asthma.html/</article_full_url> <article_object_id>3516d412-cac6-448b-bc64-1babeb52b29d</article_object_id> </article> <article> <article_title>Babysitting: Dealing With a Poisoning</article_title> <article_summary>What should you do if a child you're babysitting has swallowed something poisonous? Our tip sheet for teens can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-poisoning.html/</article_full_url> <article_object_id>1dca164d-1d1b-4044-8b51-899adaaca411</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Cuts</article_title> <article_summary>What should you do if a child you're babysitting gets a cut? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-cuts.html/</article_full_url> <article_object_id>1ef80a14-3116-467e-bc96-4f7c93b0e98d</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Allergic Reactions</article_title> <article_summary>What should you do if a child you're babysitting has an allergic reaction? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-allergic.html/</article_full_url> <article_object_id>139b98bf-04ad-49ff-ac9d-dfff7bbb2538</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Nosebleeds</article_title> <article_summary>What should you do if a child you're babysitting has a nosebleed? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-nosebleeds.html/</article_full_url> <article_object_id>4cacf0c4-b1f5-4a7f-ada8-22283b721b2c</article_object_id> </article> <article> <article_title>Babysitting: Dealing With a Head Injury</article_title> <article_summary>What should you do if a child you're babysitting has a head injury? Our tips can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-head-injuries.html/</article_full_url> <article_object_id>bae9784e-0dc2-46a6-9639-840ca8a1ce30</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Choking</article_title> <article_summary>What should you do if a child you're babysitting is choking? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-choking.html/</article_full_url> <article_object_id>4efae56b-6c10-4c67-be5f-33c0bbef61ab</article_object_id> </article> <article> <article_title>Babysitting: Emergencies</article_title> <article_summary>At most babysitting jobs the worst thing that

Page 41: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 41

happens is a fight over the last ice pop. But what do you do if there's really an emergency? Get some tips in this article for teen babysitters.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-emergencies.html/</article_full_url> <article_object_id>5248e906-7400-4d13-87ae-b02519e2fd03</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Vomiting</article_title> <article_summary>What should you do if a child you're babysitting starts throwing up? Our tips can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-vomiting.html/</article_full_url> <article_object_id>14c04935-496e-499a-8192-bd38ef6e5636</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Seizures</article_title> <article_summary>What should you do if a child you're babysitting has a seizure? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-seizures.html/</article_full_url> <article_object_id>5e0b96dc-d412-482b-9488-8012db91bd06</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Poison Ivy/Oak/Sumac</article_title> <article_summary>What should you do if a child you're babysitting has a reaction to poison ivy, oak, or sumac? Our tips can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-ivy.html/</article_full_url> <article_object_id>31c8e5ea-9a2d-4900-892d-30618a9dcbec</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Broken Bones</article_title> <article_summary>What should you do if a child you're babysitting has a broken bone? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-fractures.html/</article_full_url> <article_object_id>7c020550-df3b-49ae-954f-0069de739cb2</article_object_id> </article> <article> <article_title>The Flu: When to Get Help</article_title> <article_summary>Most teens recover from the flu after a few days. But how do you know when the flu can make you seriously ill? This article for teens explains when to get medical help.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/h1n1-help.html/</article_full_url> <article_object_id>7fd11b7b-7328-49a6-b07d-131f97469c30</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Eye Injuries</article_title> <article_summary>What should you do if a child you're babysitting gets an eye injury? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-eyes.html/</article_full_url> <article_object_id>e7514177-4916-4dc9-ac2a-4ee600907295</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Sunburn</article_title> <article_summary>What should you do if a child you're babysitting has sunburn? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-sunburn.html/</article_full_url> <article_object_id>0a41301f-5a2f-473e-b2b9-9d413c582db7</article_object_id>

Page 42: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 42

</article> <article> <article_title>Babysitting: Dealing With Bug Bites and Stings</article_title> <article_summary>What should you do if a child you're babysitting is bitten or stung? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-bites.html/</article_full_url> <article_object_id>e21f58a8-bbb9-4950-934f-9431ea353c22</article_object_id> </article> <article> <article_title>Babysitting: Emergency Contact Sheet</article_title> <article_summary>The best time to prepare for an emergency is before it happens. If you're a teen babysitter, be sure parents have filled out a sheet like this and posted it near each phone.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/contacts.html/</article_full_url> <article_object_id>85a4a40b-a31d-490b-8098-513f452651a2</article_object_id> </article> <article> <article_title>What to Do After a Car Crash</article_title> <article_summary>Although you do your best to drive responsibly and defensively, it's still a good idea to know what to do just in case you end up in an accident.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/post-crash.html/</article_full_url> <article_object_id>bf131075-acfd-4f9e-a8c8-986a0b22a7a5</article_object_id> </article> <article> <article_title>Babysitting: Dealing With Falls</article_title> <article_summary>What should you do if a child you're babysitting falls? Our tip sheet can help you be prepared.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-falls.html/</article_full_url> <article_object_id>b2558dab-5ec3-4e7e-bd0a-e8f581c41f15</article_object_id> </article> </linked_articles> <sub_categories/> </category> <category> <category_full_title>Q&amp;A</category_full_title> <category_name>q-a</category_name> <category_description/> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/babysitting-center/q-a/</full_category_url> <category_header_graphic/> <category_object_id>1726398c-b131-4a48-8d5f-98891d982f92</category_object_id> <category_meta_keywords>Q&amp;A</category_meta_keywords> <linked_articles> <article> <article_title>What If the Kid I'm Babysitting Cries When His Parents Leave?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-separation.html/</article_full_url> <article_object_id>569db1fe-031f-4b7d-957e-d2b1c6ee6db6</article_object_id> </article> <article> <article_title>How Can I Balance My Part-Time Job With Schoolwork?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/balance.html/</article_full_url> <article_object_id>9522b993-e338-4fcd-b102-

Page 43: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 43

00c0c95531d0</article_object_id> </article> <article> <article_title>When I Babysit, Do I Have to Spank Kids if Parents Ask Me to?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-spanking.html/</article_full_url> <article_object_id>f86508e8-3be9-4a56-8d84-be3ec2f146e4</article_object_id> </article> <article> <article_title>I Have Cerebral Palsy. Can I Babysit?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/cp-babysit.html/</article_full_url> <article_object_id>47984b40-91cd-4aa5-ae59-beb1e17c2318</article_object_id> </article> <article> <article_title>Is It a Good Idea to Babysit 6 Kids at Once?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-overload.html/</article_full_url> <article_object_id>d8daf495-1774-4df2-8b60-5c5937ab9e09</article_object_id> </article> <article> <article_title>What Should I Know About Babysitting a Child With Autism?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-autism.html/</article_full_url> <article_object_id>e318de50-58d7-4ce9-9378-0deccfbdadf7</article_object_id> </article> <article> <article_title>Any Tips on Babysitting Kids Who Are Still Potty Training?</article_title> <article_summary>Find out what the experts have to say.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-potty.html/</article_full_url> <article_object_id>8b6b3e44-baa6-4601-8020-ad6b37989f03</article_object_id> </article> <article> <article_title>How Old Should You Be to Babysit?</article_title> <article_summary>Find out what the experts have to say</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/babysit-age.html/</article_full_url> <article_object_id>f3d1fc2a-2046-45ee-8bcb-375ba4e7e2f3</article_object_id> </article> </linked_articles> <sub_categories/> </category> <category> <category_full_title>Cooking for Kids</category_full_title> <category_name>cook-for-kids</category_name> <category_description/> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/babysitting-center/cook-for-kids/</full_category_url> <category_header_graphic/> <category_object_id>c35896b8-407d-4c81-a9bf-68ba552e7fe4</category_object_id>

Page 44: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 44

<category_meta_keywords>Cooking for Kids</category_meta_keywords> <linked_articles> <article> <article_title>Cooking Tips and Resources</article_title> <article_summary>Get some cooking basics in this article for teens, including tips on where to find recipes.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/whats-cooking.html/</article_full_url> <article_object_id>25393d22-ca0c-4fbf-aa6c-0b60765f92d2</article_object_id> </article> <article> <article_title>Strawberry Smoothie</article_title> <article_summary>This recipe is designed for vegans or teens with lactose intolerance, who need to limit or avoid dairy products.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/li-strawberry-smoothie.html/</article_full_url> <article_object_id>2e5db2c7-8eb4-4dc7-88fc-58da9e8453ba</article_object_id> </article> <article> <article_title>Veggie Bowls</article_title> <article_summary>Learn to make edible veggie bowls with this simple recipe.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/veggie-bowls.html/</article_full_url> <article_object_id>a051ecc6-2026-4e7e-9e30-70107f3a1596</article_object_id> </article> <article> <article_title>Blueberry Pancakes</article_title> <article_summary>Looking for a tasty weekend breakfast? This recipe makes enough pancakes to serve the whole family. It's also a great recipe for babysitters.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/blueberry-pancakes.html/</article_full_url> <article_object_id>06ffd73e-c7f6-4dfa-a388-b337a33132de</article_object_id> </article> <article> <article_title>Chicken Fingers</article_title> <article_summary>High-fiber cereal and lower-fat ingredients make this a healthier version of a traditional favorite.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/chicken-fingers.html/</article_full_url> <article_object_id>0d5162ea-b63c-496a-bda4-d689c04ac573</article_object_id> </article> <article> <article_title>Food Safety</article_title> <article_summary>Learn why food safety is important and how you can avoid the spread of bacteria when you are buying, preparing, and storing food.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/food-safety.html/</article_full_url> <article_object_id>8d40c97f-d49c-4686-bb3f-297e404dcce6</article_object_id> </article> <article> <article_title>French Toast</article_title> <article_summary>Learn to make French toast with this easy-to-follow recipe.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/french-toast.html/</article_full_url> <article_object_id>7ad69c39-bfe7-46f3-9db7-62c160cc1e41</article_object_id> </article> <article> <article_title>Pineapple Pops</article_title> <article_summary>Learn to make frozen pineapple pops with this recipe.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/pineapple-

Page 45: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 45

pops.html/</article_full_url> <article_object_id>1747bd9f-39ec-419b-a7b4-dfffd09aead1</article_object_id> </article> <article> <article_title>Frozen Yogurt Pops</article_title> <article_summary>Make your own frozen yogurt pops with this easy recipe.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/yogurt-pops.html/</article_full_url> <article_object_id>d39dbcd0-564d-4870-b981-78c51ebd0073</article_object_id> </article> <article> <article_title>Tiny Pizzas</article_title> <article_summary>Learn how to make mini pizzas with this simple recipe.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/tiny-pizzas.html/</article_full_url> <article_object_id>8dfdb68d-1436-4667-8045-1e5dde5463dc</article_object_id> </article> <article> <article_title>Chewy Cinnamon Granola Bars</article_title> <article_summary>Make your own granola bars! These treats are a healthier alternative to cookies.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/granola-bars.html/</article_full_url> <article_object_id>17b2621a-34c6-4da7-920c-9be73fe70cff</article_object_id> </article> <article> <article_title>Fruit Kabobs</article_title> <article_summary>Create your own fruit kabobs with this easy recipe.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/fruit-kabobs.html/</article_full_url> <article_object_id>cd14508e-1a48-4ccd-9115-b8227f2004c5</article_object_id> </article> </linked_articles> <sub_categories/> </category> </sub_categories> </top_level_category> <top_level_category> <category_full_title>Sports Center</category_full_title> <category_name>sports-center</category_name> <category_description>Get tips on everything from choosing the best sport for you to dealing with sports pressure and injuries.</category_description> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/sports-center/</full_category_url> <category_header_graphic>http://kidshealth.org/EN/images/headers/T-sports-enHD-CA2.jpg</category_header_graphic> <category_object_id>a4a7c00c-5d7b-4057-a3a5-48738e6c120d</category_object_id> <category_meta_keywords>Sports Center</category_meta_keywords> <linked_articles> <article> <article_title>Sports Center</article_title> <article_summary>This site has tips on things like preparing for a new season, handling sports pressure, staying motivated, and dealing with injuries.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/center/sports-center.html/</article_full_url> <article_object_id>d7bd511d-a091-41ae-b68d-7e6a37d471cd</article_object_id> </article> </linked_articles> <sub_categories> <category> <category_full_title>Personal Stories</category_full_title> <category_name>personal-stories</category_name> <category_description/>

Page 46: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 46

<full_category_url>http://kidshealth.org/ws/Demo29/en/teens/sports-center/personal-stories/</full_category_url> <category_header_graphic/> <category_object_id>2580b4ad-32dc-4011-89c6-8630be4f1d4d</category_object_id> <category_meta_keywords>Personal Stories</category_meta_keywords> <linked_articles> <article> <article_title>Knee Injury: Caroline's Story</article_title> <article_summary>Caroline loved sports. But when an ongoing knee injury kept her from playing the sports she loved, she discovered new interests. Read her story.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/story-caroline.html/</article_full_url> <article_object_id>9d284b0f-4d6e-4a01-947b-9b102d2512ca</article_object_id> </article> <article> <article_title>Losing Weight: Brandon's Story (Video)</article_title> <article_summary>Brandon, 17, has lost 70 pounds through better eating and exercise. In this video he talks about what inspired him and how he stayed on track.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/brandon-vd.html/</article_full_url> <article_object_id>2b290ba0-c1bb-4bb8-87b7-07a41db76fa2</article_object_id> </article> <article> <article_title>Spinal Muscular Atrophy: Steven's Story (Video)</article_title> <article_summary>Steven was diagnosed with SMA when he was 3. Here's a look at his life today and why he says, &quot;When someone tells you you can't do something, don't be afraid to try something new.&quot;</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/steven-story.html/</article_full_url> <article_object_id>ab4ebb3a-8b78-4245-91ac-ff1eb4c61968</article_object_id> </article> <article> <article_title>Concussions: Alex's Story</article_title> <article_summary>Alex plays high school football, track, basketball, and lacrosse. He's had two concussions. Here, he talks about his experience and what he learned.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/concussions-alex.html/</article_full_url> <article_object_id>32efea07-33ef-4fe7-900e-38c15bf2bb81</article_object_id> </article> </linked_articles> <sub_categories/> </category> <category> <category_full_title>Sports Injuries</category_full_title> <category_name>injuries</category_name> <category_description/> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/sports-center/injuries/</full_category_url> <category_header_graphic/> <category_object_id>8e2da57c-1374-484e-bb2d-77177bf9938e</category_object_id> <category_meta_keywords>Sports Injuries</category_meta_keywords> <linked_articles> <article> <article_title>Dehydration</article_title> <article_summary>Your body is about two thirds water. When the water level dips below that level, you could be dehydrated. Read about what causes dehydration, what it does to your body, and how to prevent it.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/dehydration.html/</article_full_url> <article_object_id>0d4abe81-e6c7-4900-bef9-3285cf6b48a7</article_object_id> </article>

Page 47: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 47

<article> <article_title>Concussions: Getting Better</article_title> <article_summary>All body parts take time to heal, even brains. But because you can't see a brain injury, healing can be a little more complicated. This article for teens has tips on what doctors often recommend to help people heal from a concussion.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/concussions-healing.html/</article_full_url> <article_object_id>1ec80749-b1b6-489b-845c-a45f9006ff88</article_object_id> </article> <article> <article_title>What to Expect When Your Cast Comes Off</article_title> <article_summary>You probably can't wait to get back to your normal activities, but it takes a while for a limb that's been in a cast to finish healing. Here's what to expect.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/cast-care.html/</article_full_url> <article_object_id>1f3ad858-c992-420d-9756-d807d8d5b7d2</article_object_id> </article> <article> <article_title>Medial Epicondylitis</article_title> <article_summary>Medial epicondylitis is an overuse injury that affects the tendons in the elbow. It's rarely serious, but it does need rest and treatment or it will get worse. Find out what to do.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/medial-epicondylitis.html/</article_full_url> <article_object_id>2719baf7-fcc3-4754-8c38-ef30a46a79d6</article_object_id> </article> <article> <article_title>Jock Itch</article_title> <article_summary>Jock itch is a pretty common fungal infection of the groin and upper thighs. It is generally easy to treat - and avoid - by following a few simple steps.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/jock-itch.html/</article_full_url> <article_object_id>6e7a949a-16f7-4895-8f40-afc7dccdc154</article_object_id> </article> <article> <article_title>Medial Collateral Ligament (MCL) Injuries</article_title> <article_summary>MCL injuries - which are common in active and athletic teens - happen when excessive pressure is put on the knee joint, causing a torn ligament.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/mcl-injuries.html/</article_full_url> <article_object_id>94b6bb3e-3483-4cce-8249-3789c0b63b5f</article_object_id> </article> <article> <article_title>Hernias</article_title> <article_summary>A hernia is an opening or weakness in the wall of a muscle, tissue, or membrane that normally holds an organ in place. Learning to prevent hernias isn't hard to do - check out these tips.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/hernias.html/</article_full_url> <article_object_id>ed8a1243-040e-4b4b-8547-ce42a4fcbf25</article_object_id> </article> <article> <article_title>Concussions: What to Do</article_title> <article_summary>In a concussion, the brain shifts inside the skull. This can cause a sudden - but usually temporary - disruption in a person's ability to function properly and feel well. Here's what to do if you suspect a concussion.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/concussions.html/</article_full_url>

Page 48: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 48

<article_object_id>a84d45b8-7262-43ef-8993-81c33e386b32</article_object_id> </article> <article> <article_title>Meniscus Tears</article_title> <article_summary>The key to healing meniscus tears is not to get back into play too quickly. Find out what meniscus tears are and how to treat them.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/meniscus-tear.html/</article_full_url> <article_object_id>17afb68b-fbb4-4995-a9bc-fc5e14bbec86</article_object_id> </article> <article> <article_title>Jumper's Knee</article_title> <article_summary>Jumper's knee is an inflammation or injury of the patellar tendon. Although it can seem minor, it's actually a serious condition that can get worse over time and ultimately require surgery if not treated.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/jumpers-knee.html/</article_full_url> <article_object_id>c32d89e9-2653-4913-8ba9-d0838493f9d1</article_object_id> </article> <article> <article_title>Fainting</article_title> <article_summary>Fainting is pretty common in teens. The good news is that most of the time it's not a sign of something serious.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/fainting.html/</article_full_url> <article_object_id>dadbe92e-95ad-4028-bd44-8b2fe6573679</article_object_id> </article> <article> <article_title>Burner (Stinger)</article_title> <article_summary>Burners - also called stingers - usually happen in the neck or shoulder. They take their name from the burning or stinging sensation they cause. Find out how to treat burners - and prevent them.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/burners.html/</article_full_url> <article_object_id>59640d05-ba4c-45bf-a530-396ef0bfe79f</article_object_id> </article> <article> <article_title>Clavicle Fracture</article_title> <article_summary>A clavicle fracture, also known as a broken collarbone, is one of the most common types of broken bones. Find out how they can happen - and how to treat and avoid them.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/clavicle-fracture.html/</article_full_url> <article_object_id>19937a7b-0cf5-4275-b6db-9f54a36a0eb9</article_object_id> </article> <article> <article_title>Sinding-Larsen-Johansson Syndrome</article_title> <article_summary>This growth-related injury is more common in teens who play sports that require a lot of running or jumping. Find out why it happens - and what you can do to avoid and treat it.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/slj-syndrome.html/</article_full_url> <article_object_id>75df11eb-7e59-45ee-b11f-4e11060a09c6</article_object_id> </article> <article> <article_title>Runner's Knee</article_title> <article_summary>Runner's knee is the most common overuse injury among runners, but it can also happen to other athletes who do activities that require a lot of knee bending.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/runners-knee.html/</article_full_url> <article_object_id>987e5f6c-d689-4ddb-bbce-3243c616961e</article_object_id> </article>

Page 49: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 49

<article> <article_title>Sports and Concussions</article_title> <article_summary>As long as people play sports, there will be concussions from time to time. Find out how to protect yourself and what to do if you get a concussion playing sports.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/concussions-sports.html/</article_full_url> <article_object_id>145625fc-fe7f-4969-8a41-643d4ca596f0</article_object_id> </article> <article> <article_title>Anterior Cruciate Ligament (ACL) Injuries</article_title> <article_summary>ACL injuries - which are common in active and athletic people - happen when excessive pressure is put on the knee joint, resulting in a torn ligament.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/acl-injuries.html/</article_full_url> <article_object_id>4c8ab674-12cb-4a4f-af17-567736ca57cc</article_object_id> </article> <article> <article_title>Proximal Biceps Tendonitis</article_title> <article_summary>In teens, biceps tendonitis is usually an overuse injury that causes tendons in the upper arm to be swollen or irritated. Most cases heal on their own if you follow a few guidelines from your doctor.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/biceps-tendonitis.html/</article_full_url> <article_object_id>54bd770c-6121-49a8-a72a-8ab93fd7c9e3</article_object_id> </article> <article> <article_title>Compulsive Exercise</article_title> <article_summary>Compulsive exercise can lead to serious health problems. Lots of people don't know when they've crossed the line from healthy activity to unhealthy addiction. Read about ways to tell.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/compulsive-exercise.html/</article_full_url> <article_object_id>be96bb20-4223-4041-8d4e-54bbb85a3606</article_object_id> </article> <article> <article_title>Repetitive Stress Injuries</article_title> <article_summary>Repetitive stress injuries happen when too much stress is placed on a part of the body, causing problems like swelling, pain, muscle strain, and tissue damage.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/rsi.html/</article_full_url> <article_object_id>9cebeb6b-979f-41dc-bba7-e4cf7e93e2ea</article_object_id> </article> <article> <article_title>Bursitis</article_title> <article_summary>Bursitis, an irritation of the small fluid sacs that provide cushioning in some joints, is often caused by sports-related injuries or repeated use of a particular joint.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/bursitis.html/</article_full_url> <article_object_id>2a71dba3-7506-40c8-b672-97f6aadb9c7c</article_object_id> </article> <article> <article_title>Knee Injuries</article_title> <article_summary>Healthy knees are needed for many activities and sports and getting hurt can mean some time sitting on the sidelines.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/knee-injuries.html/</article_full_url> <article_object_id>9ac516a3-005f-4221-970f-b05948f77ba6</article_object_id>

Page 50: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 50

</article> <article> <article_title>Stress Fractures</article_title> <article_summary>It's not always easy to tell if you have a stress fracture, and stress fractures can get worse quickly. This article explains how to prevent and treat them.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/stress-fractures.html/</article_full_url> <article_object_id>57ec4ea2-1286-46b5-b8e8-3b49ebf614e7</article_object_id> </article> <article> <article_title>Hamstring Strain</article_title> <article_summary>A hamstring strain happens when one or more of the muscles in the back of the leg gets stretched too far and starts to tear. Find out how to treat hamstring strains in this article for teens.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/hamstring-strain.html/</article_full_url> <article_object_id>3ac8201d-c3f6-4cd8-ac55-e504067fb1b7</article_object_id> </article> <article> <article_title>Plantar Fasciitis</article_title> <article_summary>The most obvious symptom of plantar fasciitis is a sharp pain on the bottom of the foot, near the heel. Find out how to tell if it's plantar fascitiis and what you can do in this article for teens.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/plantar-fasciitis.html/</article_full_url> <article_object_id>31723926-c360-4b7c-a0e2-e75a9119cb40</article_object_id> </article> <article> <article_title>Groin Strain</article_title> <article_summary>A groin strain is a tear of one or more of the muscles that help you squeeze your legs together. Find out what to do for groin strains - and why it's important not to go back to sports or other activities too quickly.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/groin-strain.html/</article_full_url> <article_object_id>fb47511c-251d-46ec-931e-9b87e9b3eb97</article_object_id> </article> <article> <article_title>Female Athlete Triad</article_title> <article_summary>Female athlete triad is a combination of three conditions: disordered eating, amenorrhea (loss of a girl's period), and osteoporosis (a weakening of the bones).</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/triad.html/</article_full_url> <article_object_id>955ac1aa-cb3f-450f-ae96-0c0452ecc6cf</article_object_id> </article> <article> <article_title>Testicular Injuries</article_title> <article_summary>Serious testicular injuries are relatively uncommon, but testicular injury can be painful. Read this to find out what steps you can take to protect yourself from injury.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/testicular-injuries.html/</article_full_url> <article_object_id>e54a76db-883e-4f71-9645-1c96e90a9ca9</article_object_id> </article> <article> <article_title>Hip Pointer</article_title> <article_summary>Most hip pointer injuries can be easily treated and heal in their own time. Find out what to do in this article for teens.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/hip-pointer.html/</article_full_url> <article_object_id>ef822d15-4e27-4314-8461-0ba9f19e7202</article_object_id> </article>

Page 51: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 51

<article> <article_title>Ankle Sprains</article_title> <article_summary>A sprained ankle is a very common injury that happens when the ligaments that support the ankle get overly stretched or torn. Find out how to avoid ankle sprains and what to do if you get one.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/ankle-sprains.html/</article_full_url> <article_object_id>dc57a18f-09d7-4293-bc23-31e58b49ad6b</article_object_id> </article> <article> <article_title>Dealing With Sports Injuries</article_title> <article_summary>You practiced hard and made sure you wore protective gear, but you still got hurt. Read this article to find out how to take care of sports injuries - and how to avoid getting them.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/sports-injuries.html/</article_full_url> <article_object_id>96aac4a0-1b36-4300-96ce-bbb3332c2373</article_object_id> </article> <article> <article_title>Athlete's Foot</article_title> <article_summary>Although the name athlete's foot sounds funny, if you have this skin infection, you're probably not laughing. The good news is that it is generally easy to treat.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/athletes-foot.html/</article_full_url> <article_object_id>4cfc9abe-8837-47b3-aca1-a32cb59ee33b</article_object_id> </article> <article> <article_title>Casts and Splints</article_title> <article_summary>This article for teens has tips on taking care of a cast so it keeps working as it should.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/casts.html/</article_full_url> <article_object_id>d31815f0-b80e-4e17-8954-2af13ef31b15</article_object_id> </article> <article> <article_title>Corneal Abrasions</article_title> <article_summary>A corneal abrasion happens when something cuts, scratches, or scrapes the cornea (the clear tissue covering the eye). Most will heal in a couple of days.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/corneal-abrasions.html/</article_full_url> <article_object_id>e600adf1-8eb6-4402-9694-5ca3eed328d0</article_object_id> </article> <article> <article_title>Achilles Tendonitis</article_title> <article_summary>If the tendon just above your heel becomes swollen or irritated due to overuse, it can lead to a painful condition called Achilles tendonitis. Find out how to treat it - and prevent it.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/achilles.html/</article_full_url> <article_object_id>99e68c39-988a-4903-958c-0663d0e0dde8</article_object_id> </article> <article> <article_title>Quadriceps Contusion</article_title> <article_summary>Quadriceps contusions are common in sports that have a lot of direct contact or a chance of collisions or wipeouts. Find out what to do if you get one - and how to avoid them.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/quad-contusions.html/</article_full_url> <article_object_id>cb6c547f-b164-49d6-bf10-898142a162b3</article_object_id> </article> <article> <article_title>Osgood-Schlatter Disease</article_title>

Page 52: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 52

<article_summary>Osgood-Schlatter disease (OSD) is an overuse injury that can cause knee pain in teens, especially during growth spurts. Learn more.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/osgood.html/</article_full_url> <article_object_id>7df8f69b-34db-4970-8e4c-aae98cb70804</article_object_id> </article> </linked_articles> <sub_categories/> </category> <category> <category_full_title>Sports Basics</category_full_title> <category_name>sports-basics</category_name> <category_description/> <full_category_url>http://kidshealth.org/ws/Demo29/en/teens/sports-center/sports-basics/</full_category_url> <category_header_graphic/> <category_object_id>ddd58e3b-8d10-4f1b-99d2-f3442ac20d8d</category_object_id> <category_meta_keywords>Sports Basics</category_meta_keywords> <linked_articles> <article> <article_title>Why Exercise Is Wise</article_title> <article_summary>Getting the right amount of exercise can rev up your energy levels and even help you to feel better emotionally. Find out why.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/exercise-wise.html/</article_full_url> <article_object_id>4f7f021d-db17-4f66-9db3-0794733b68fd</article_object_id> </article> <article> <article_title>5 Ways to Prepare for Your Sports Season</article_title> <article_summary>How can you get ready to play your best season ever? Read these tips for teen athletes.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/tips-sports.html/</article_full_url> <article_object_id>108b3de5-aedf-4db9-a6c5-daff72d5b9e8</article_object_id> </article> <article> <article_title>Sports Physicals</article_title> <article_summary>Just as professional sports stars need medical care to keep them playing their best, so do teenage athletes. You can give yourself the same edge as the pros by making sure you have your sports physical.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/sports-physicals.html/</article_full_url> <article_object_id>a7812e7f-3e86-447e-a879-cc6927e4672f</article_object_id> </article> <article> <article_title>Advice for Athletes From a Gold-Medal Coach</article_title> <article_summary>Bob Bowman coaches Olympic gold medalist Michael Phelps. He shares his thoughts on improving sports performance in this article for teens.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/phelps-coach.html/</article_full_url> <article_object_id>f93a61ef-95e6-4948-af64-6110cf147caa</article_object_id> </article> <article> <article_title>Choosing the Right Sport for You</article_title> <article_summary>If you're having trouble choosing a sport, this article can help!</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/find-sports.html/</article_full_url> <article_object_id>56c6aeaa-0e55-420d-a261-8847501cffc5</article_object_id> </article> <article>

Page 53: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 53

<article_title>Connecting With Your Coach</article_title> <article_summary>Get the most out of your chosen sport by building a strong relationship with your coach.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/coach-relationships.html/</article_full_url> <article_object_id>3f51caea-7a70-4439-aa47-2f2a27123efa</article_object_id> </article> <article> <article_title>5 Reasons for Girls to Play Sports</article_title> <article_summary>Playing organized sports can help girls do better off the field as well as on. Find out how.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/teens/girls-sports.html/</article_full_url> <article_object_id>187c29c4-4707-4658-b6b8-bd2819528c99</article_object_id> </article> </linked_articles> <sub_categories/> </category> </sub_categories> </top_level_category> </top_level_categories> <footer> <copyright>&amp;copy; 1995-2015 KidsHealth&amp;reg; All rights reserved. Images provided by iStock, Getty Images, Corbis, Veer, Science Photo Library, Science Source Images, Shutterstock, and Clipart.com</copyright> <disclaimer>Note: All information is for educational purposes only. For specific medical advice, diagnoses, and treatment, consult your doctor.</disclaimer> <logo>http://kidshealth.org/licensees/standard_licensee/images/teenshealth_ed_part_logo.gif</logo> </footer> </khsection>

Page 54: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 54

Appendix 9. Category Details XML Sample Output <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <khcategory> <category_full_title>Asthma Basics</category_full_title> <category_name>asthma-basics</category_name> <category_description/> <full_category_url>http://kidshealth.org/ws/Demo29/en/parents/asthma-center/asthma-basics/</full_category_url> <category_header_graphic/> <category_object_id>4027f7d6-d12f-4e3e-ac5e-6782993a344c</category_object_id> <category_meta_keywords>Asthma Basics</category_meta_keywords> <linked_articles> <article> <article_title>Asthma and Teens</article_title> <article_summary>The teen years can be rough for kids, and they can be even rougher for teens with asthma. These tips can make parenting a teen with asthma a bit easier.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/parents/teen-asthma.html/</article_full_url> <article_object_id>f7bc5feb-afd9-4fd6-9239-991fe8e6cfde</article_object_id> </article> <article> <article_title>Bronchiolitis</article_title> <article_summary>Bronchiolitis is a common illness of the respiratory tract caused by an infection that affects tiny airways - the bronchioles - that lead to the lungs.</article_summary><article_full_url>http://kidshealth.org/ws/Demo29/en/parents/bronchiolitis.html/</article_full_url> <article_object_id>5d2c752e-806d-4197-9515-a54da71df2a6</article_object_id> </article> <article> <article_title>Handling an Asthma Flare-Up</article_title> <article_summary>Because they can be life threatening, asthma flare-ups can and should be treated at their earliest stages. So it's important to recognize their early warning signs.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/parents/asthma-flare-up.html/</article_full_url> <article_object_id>c875ff5e-77dc-45ff-b7f7-85bac6569f99</article_object_id> </article> <article> <article_title>Lungs and Respiratory System</article_title> <article_summary>By the time we're 70 years old, we will have taken at least 600 million breaths. All of this breathing couldn't happen without the respiratory system.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/parents/lungs.html/</article_full_url> <article_object_id>7cea0030-6a45-49ed-9b76-a279f34527ff</article_object_id> </article> <article> <article_title>Asthma Basics</article_title> <article_summary>With the right asthma management plan, families can learn to control symptoms and asthma flare-ups more independently, allowing kids to do just about anything they want.</article_summary> <article_full_url>http://kidshealth.org/ws/Demo29/en/parents/asthma-basics.html/</article_full_url> <article_object_id>187b1a89-a947-436d-ae7a-364f3222966e</article_object_id> </article> </linked_articles> <sub_categories/> <footer> <copyright>&amp;copy; 1995-2015 KidsHealth&amp;reg; All rights reserved. Images provided by iStock, Getty Images, Corbis, Veer, Science Photo Library, Science Source Images, Shutterstock, and Clipart.com</copyright> <disclaimer>Note: All information is for educational purposes only. For specific medical advice, diagnoses, and treatment, consult your doctor.</disclaimer><logo>http://kidshealth.org/licensees/standard_licensee/images/kidshealth_ed_part_logo.gif</logo> </footer> </khcategory>

Page 55: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 55

Appendix 10. Example Wellness Center Layout

Page 56: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

KidsHealth Web Services 56

Appendix 11. Wellness Center Image Map Portability JavaScript //Mobile image map functionality areaMakers = []; function areaMaker() {

for (i = 0; i < areaMakers.length; i++) { areaMakers[i]();

} predefinedLister(); } function predefinedLister() { // Determine window width & height and set variables accordingly. if (document.body && document.body.offsetWidth) { winW = document.body.offsetWidth; winH = document.body.offsetHeight; } if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) { winW = document.documentElement.offsetWidth; winH = document.documentElement.offsetHeight; } if (window.innerWidth && window.innerHeight) { winW = window.innerWidth; winH = window.innerHeight; } if(document.getElementById('wcPredefinedListMaster')!=null) { topRC = document.getElementById('KH_WellnessCenter_TopRC'); topRCHeight = topRC.clientHeight; areaAList = document.getElementById('wcPredefinedListMaster'); minimumHeightLandscape = topRCHeight+'px'; minimumHeightPortrait = '0px'; if(winW>winH) { areaAList.style.minHeight = minimumHeightLandscape; } else { areaAList.style.minHeight = minimumHeightPortrait; } } } function remap(Ox,Oy,coords,shape,ImgID) { // Separate the coordinates coord = coords.split(','); if(shape=='circle') { Cx = coord[0]; Cy = coord[1]; Cr = coord[2]; // Convert to percentages CxP = Math.floor((100/Ox)*Cx); CyP = Math.floor((100/Oy)*Cy); CrP = Math.floor((100/Ox)*Cr); // Find new image size MapImg = document.getElementById(ImgID); Nx = MapImg.clientWidth; NxP = Math.floor((100/Ox)*Nx); Ny = Math.floor((Oy/100)*NxP); // Write the new coordinates N_Cx = Math.floor((Nx/100)*CxP); N_Cy = Math.floor((Ny/100)*CyP); N_Cr = Math.floor((Nx/100)*CrP); // Put new coordinates in a string N_Coords = N_Cx+','+N_Cy+','+N_Cr; } else { TLx = coord[0];

Page 57: KidsHealth Web Services User Documentation€¦ · answer_url URL for the KidsHealth article or category related to the current Brain Buzz. answer_object_id Unique identifier for

User Documentation 57

TLy = coord[1]; BRx = coord[2]; BRy = coord[3]; // Ensure that coordinates do not exceed natural constraints, adjust as necessary if(TLx <= -1) { TLx = 0; } if(TLx > Ox) { TLx = Ox; } if(TLy <= -1) { TLy = 0; } if(TLy > Oy) { TLy = Oy; } if(BRx <= -1) { BRx = 0; } if(BRx > Ox) { BRx = Ox; } if(BRy <= -1) { BRy = 0; } if(BRy > Oy) { BRy = Oy; } // Convert to percentages TLxP = Math.floor((100/Ox)*TLx); TLyP = Math.floor((100/Oy)*TLy); BRxP = Math.floor((100/Ox)*BRx); BRyP = Math.floor((100/Oy)*BRy); // Find new image size MapImg = document.getElementById(ImgID); Nx = MapImg.clientWidth; NxP = Math.floor((100/Ox)*Nx); // clientHeight for the image size was proving to be unreliable so here we use // existing data to calculate the new image height. Ny = Math.floor((Oy/100)*NxP); // Write the new coordinates N_TLx = Math.floor((Nx/100)*TLxP); N_TLy = Math.floor((Ny/100)*TLyP); N_BRx = Math.floor((Nx/100)*BRxP); N_BRy = Math.floor((Ny/100)*BRyP); // Put new coordinates to string N_Coords = N_TLx+','+N_TLy+','+N_BRx+','+N_BRy; } } +N_TLy+','+N_BRx+','+N_BRy; } }