Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Immunisation Data Server

This application generates fake immunisation data based on the New Zealand immunisation schedule and serves it in HL7 FHIR format.

API

/immunisation_records?feijoa_id=some_identifier&date_of_birth=1998-12-30 This will return made-up immunisation records in the format:

// 20190906153424
// http://localhost:5000/immunisation_records/dfsfdsfd?date_of_birth=1980-03-09

{
  "id": 2,
  "data": [
    {
      "vaccineCode": {
        "coding": {
          "system": "http://hl7.org/fhir/ValueSet/vaccine-code",
          "code": "IFHX",
          "display": "DTaP-IPV-HepB/Hib"
        },
        "text": "Infanrix-hexa"
      },
      "occurrenceDateTime": "1980-04-20",
      "manufacturer": {
        "reference": "companies/GSK"
      },
      "site": [
        {
          "coding": {
            "system": "https://www.hl7.org/fhir/v3/RouteOfAdministration",
            "code": "LVL",
            "display": "Left vastus lateralis"
          }
        },
        {
          "coding": {
            "system": "http://hl7.org/fhir/ValueSet/vaccine-code",
            "code": "IFHX",
            "display": "DTaP-IPV-HepB/Hib"
          },
          "text": "Infanrix-hexa"
        }
      ],
      "route": {
        "coding": {
          "system": "https://www.hl7.org/fhir/v3/RouteOfAdministration",
          "code": "IM",
          "display": "Injection, intramuscular"
        }
      },
      "note": "Protects against diphtheria, tetanus, pertussis (whooping cough), polio, hepatitis B and Haemophilus influenzae type b (Hib).",
      "resourceType": "Immunization"
    }

If the date of birth is omitted, a date of birth 3 years ago will be used.

About

A fake immunisation data server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages