parent
bd6739f26e
commit
152998e6e3
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"iss": "http://local.fhir.org:960/r4/",
|
||||
"nbf": 1631652279,
|
||||
"vc": {
|
||||
"type": [
|
||||
"https://smarthealth.cards#health-card",
|
||||
"https://smarthealth.cards#covid19",
|
||||
"https://smarthealth.cards#laboratory"
|
||||
],
|
||||
"credentialSubject": {
|
||||
"fhirVersion": "4.0.1",
|
||||
"fhirBundle": {
|
||||
"resourceType": "Bundle",
|
||||
"type": "collection",
|
||||
"entry": [
|
||||
{
|
||||
"resource": {
|
||||
"resourceType": "Patient",
|
||||
"name": [
|
||||
{
|
||||
"family": "Crout",
|
||||
"given": [
|
||||
"Sidney Stanley"
|
||||
]
|
||||
}
|
||||
],
|
||||
"birthDate": "1956-09-30"
|
||||
}
|
||||
},
|
||||
{
|
||||
"resource": {
|
||||
"resourceType": "Immunization",
|
||||
"status": "completed",
|
||||
"vaccineCode": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://hl7.org/fhir/sid/cvx",
|
||||
"code": "208"
|
||||
}
|
||||
]
|
||||
},
|
||||
"patient": {
|
||||
"reference": "resource:0"
|
||||
},
|
||||
"occurrenceDateTime": "2021-08-05",
|
||||
"lotNumber": "FF8871-001",
|
||||
"performer": [
|
||||
{
|
||||
"actor": {
|
||||
"display": "NorthCare Pukete Road-Thomas Road"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"resource": {
|
||||
"resourceType": "Immunization",
|
||||
"status": "completed",
|
||||
"vaccineCode": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://hl7.org/fhir/sid/cvx",
|
||||
"code": "208"
|
||||
}
|
||||
]
|
||||
},
|
||||
"patient": {
|
||||
"reference": "resource:0"
|
||||
},
|
||||
"occurrenceDateTime": "2021-08-27",
|
||||
"lotNumber": "FE8163-007",
|
||||
"performer": [
|
||||
{
|
||||
"actor": {
|
||||
"display": "NorthCare Pukete Road-Thomas Road"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
||||
<validator_test_case_version>1.1.72-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.72</validator_test_case_version>
|
||||
<junit_jupiter_version>5.7.1</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.7.1</junit_platform_launcher_version>
|
||||
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue