mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-23 06:57:40 +01:00
126 lines
5.1 KiB
JSON
126 lines
5.1 KiB
JSON
{
|
|
"iss": "https://prd.pkey.dhdp.ontariohealth.ca",
|
|
"nbf": 1634270445.5,
|
|
"vc": {
|
|
"type": [
|
|
"https://smarthealth.cards#health-card",
|
|
"https://smarthealth.cards#immunization",
|
|
"https://smarthealth.cards#covid19"
|
|
],
|
|
"credentialSubject": {
|
|
"fhirVersion": "4.0.1",
|
|
"fhirBundle": {
|
|
"resourceType": "Bundle",
|
|
"type": "collection",
|
|
"entry": [
|
|
{
|
|
"fullUrl": "resource:0",
|
|
"resource": {
|
|
"resourceType": "Patient",
|
|
"name": [
|
|
{
|
|
"family": "LASTNAME",
|
|
"given": [
|
|
"FIRSTNAME",
|
|
"INITIAL_IF_ANY"
|
|
]
|
|
}
|
|
],
|
|
"birthDate": "YYYY-MM-DD"
|
|
}
|
|
},
|
|
{
|
|
"fullUrl": "resource:1",
|
|
"resource": {
|
|
"resourceType": "Immunization",
|
|
"meta": {
|
|
"security": [
|
|
{
|
|
"system": "https://smarthealth.cards/ial",
|
|
"code": "IAL1.4"
|
|
}
|
|
]
|
|
},
|
|
"status": "completed",
|
|
"manufacturer": {
|
|
"identifier": {
|
|
"system": "http://hl7.org/fhir/sid/mvx",
|
|
"value": "PFR"
|
|
}
|
|
},
|
|
"vaccineCode": {
|
|
"coding": [
|
|
{
|
|
"system": "http://hl7.org/fhir/sid/cvx",
|
|
"code": "208"
|
|
},
|
|
{
|
|
"system": "http://snomed.info/sct",
|
|
"code": "28581000087106"
|
|
}
|
|
]
|
|
},
|
|
"occurrenceDateTime": "YYYY-MM-DD",
|
|
"lotNumber": "SOME_STRING",
|
|
"patient": {
|
|
"reference": "resource:0"
|
|
},
|
|
"performer": [
|
|
{
|
|
"actor": {
|
|
"display": "ON, Canada"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"fullUrl": "resource:2",
|
|
"resource": {
|
|
"resourceType": "Immunization",
|
|
"meta": {
|
|
"security": [
|
|
{
|
|
"system": "https://smarthealth.cards/ial",
|
|
"code": "IAL1.4"
|
|
}
|
|
]
|
|
},
|
|
"status": "completed",
|
|
"manufacturer": {
|
|
"identifier": {
|
|
"system": "http://hl7.org/fhir/sid/mvx",
|
|
"value": "PFR"
|
|
}
|
|
},
|
|
"vaccineCode": {
|
|
"coding": [
|
|
{
|
|
"system": "http://hl7.org/fhir/sid/cvx",
|
|
"code": "208"
|
|
},
|
|
{
|
|
"system": "http://snomed.info/sct",
|
|
"code": "28581000087106"
|
|
}
|
|
]
|
|
},
|
|
"occurrenceDateTime": "YYYY-MM-DD",
|
|
"lotNumber": "SOME_STRING",
|
|
"patient": {
|
|
"reference": "resource:0"
|
|
},
|
|
"performer": [
|
|
{
|
|
"actor": {
|
|
"display": "ON, Canada"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |