SMART Health Cards: Vaccination & Testing Implementation Guide
1.0.0 - STU1 Release International flag

SMART Health Cards: Vaccination & Testing Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-shc-vaccination-ig/ and changes regularly. See the Directory of published versions

Example Observation: example-observation-covid-1d

Note: This example is extracted from example-bundle-lab-test-results-covid. See here for more information.

{
  "resourceType": "Observation",
  "meta": {
    "security": [
      {
        "system": "https://smarthealth.cards/ial",
        "code": "IAL2"
      }
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94558-4"
      }
    ]
  },
  "subject": {
    "reference": "resource:0"
  },
  "effectiveDateTime": "2021-02-17",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "260373001"
      }
    ]
  },
  "performer": [
    {
      "display": "ABC General Hospital"
    }
  ]
}