FHIR Chat · Example Data · smart/health-cards

Stream: smart/health-cards

Topic: Example Data


view this post on Zulip Grahame Grieve (Sep 07 2021 at 00:17):

Here's my real vaccination card:

view this post on Zulip Grahame Grieve (Sep 07 2021 at 00:17):

{
  "resourceType" : "Bundle",
  "type" : "collection",
  "entry" : [{
    "fullUrl" : "resource:0",
    "resource" : {
      "resourceType" : "Patient",
      "name" : [{
        "family" : "Grieve",
        "given" : ["Grahame"]
      }],
      "birthDate" : "1969-05-12"
    }
  }, {
    "fullUrl" : "resource:1",
    "resource" : {
      "resourceType" : "Immunization",
      "status" : "completed",
      "vaccineCode" : {
        "coding" : [{
          "system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
          "code" : "COVAST"
        }]
      },
      "patient" : { "reference" : "resource:0" },
      "occurrenceDateTime" : "2021-06-05",
      "performer" : [{
        "actor" : { "display" : "Blackburn Clinic" }
      }]
    }
  }, {
    "fullUrl" : "resource:2",
    "resource" : {
      "resourceType" : "Immunization",
      "status" : "completed",
      "vaccineCode" : {
        "coding" : [{
          "system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
          "code" : "COVAST"
        }]
      },
      "patient" : { "reference" : "resource:0" },
      "occurrenceDateTime" : "2021-08-28",
      "performer" : [{
        "actor" : { "display" : "Blackburn Clinic" }
      }]
    }
  }]
}

view this post on Zulip Grahame Grieve (Sep 07 2021 at 00:18):

test.fhir.org will support $health-cards-issue shortly

view this post on Zulip Peter Jordan (Sep 07 2021 at 01:04):

Not surprisingly - 'Unknown User Code System URI' - any thoughts on mapping to http://snomed.info/sct |1527271000168101 COVID-19 Vaccine (AstraZeneca)|? That AIR URI doesn't win any prizes for bevity :)

view this post on Zulip Grahame Grieve (Sep 07 2021 at 01:15):

I think it would be useful for someone to publish mappings of the common covid codes, sure. But we're using AIR in Australia.

view this post on Zulip Grahame Grieve (Sep 07 2021 at 01:16):

and implementers are required to understand that...

view this post on Zulip Paul Denning (Sep 07 2021 at 17:04):

Some concept maps here (not for AIR) https://worldhealthorganization.github.io/ddcc/artifacts.html#terminology-concept-maps


Last updated: Apr 12 2022 at 19:14 UTC