Skip to content

Introduction to JSON objects and XML documents used by API providers, as a light touch introduction for firely FHIR training

Notifications You must be signed in to change notification settings

ddeveloper72/JSON-XML_intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to JSON & XML in advance of firly FHIR Training

Objective

Fast Healthcare Interoperability Resources (FHIR®)is a data standard designed to make the exchanged of data interoperable between different healthcare systems.

This material is intend for use as a light touch over view of what a JSON object is and what an XML document is.

Both data types are used by API services around the world for the purpose of exchanging information between different systems.

Each subject is broken into 3 bite-size sections, looking at the same information in JSON and XML format.

An example of the data is then shown in a web browser, to demonstrate the two different data storage routes, producing the same outcome for the end-user.

Learning Outcomes

  • Recognize JSON Objects

    • Understand the structure and components of a JSON object.
  • Recognize XML Documents

    • Identify the elements and attributes of an XML document.
  • Understand APIs

    • Learn how Rest APIs serve information in structured formats like JSON or XML.
    • Understand how Rest APIs facilitate data transfer and presentation in a human-readable way.
  • Interact with an API

    • Learn to retrieve specific information from JSON or XML data served by an API.
    • Understand how to create, read, update, or delete information within a JSON document using an API.
  • Use POSTMAN

    • Explore how Postman connects to APIs and retrieves information through interaction.
  • Edit a JSON ore an XML document

    • Learn to edit JSON or XML documents using a coding text editor like VS Code.

Resources

Postman API Resources

There are many extensions available for VS Code that assist with working with working with JSON, XML as well as many other data types as well as programming languages.

About

Introduction to JSON objects and XML documents used by API providers, as a light touch introduction for firely FHIR training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published