Skip to content

Commit 9bfe50a

Browse files
committed
Added in update Library resources and a few missing test examples for Hepatitis B.
1 parent d56594a commit 9bfe50a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+360
-148
lines changed

input/resources/library/FHIRCommon.json

+2-2
Large diffs are not rendered by default.

input/resources/library/FHIRHelpers.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZCommon.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZCommonIzDataElements.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD18SMeaslesDose0HighTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD18SMeaslesDose0LowTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD18SMeaslesHighTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD18SMeaslesLowTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD18SMeaslesSupp.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD18SYellowFever.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTHepatitisB3Delayed.json

+3-3
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTHepatitisB3OnTime.json

+4-28
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTHepatitisB4OnTime.json

+4-28
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTHepatitisBBirth.json

+122
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTHepatitisBInput.json

+70-10
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTMeaslesDose0.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTMeaslesHighTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTMeaslesInput.json

+3-3
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTMeaslesLowTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTMeaslesSupp.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTPolioBirth.json

+3-9
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTPolioIPVOnly.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTPolioInput.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTPolioSequential.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTPoliobOPVIPV.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTYellowFever.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD2DTYellowFeverInput.json

+3-3
Large diffs are not rendered by default.

input/resources/library/IMMZD5DTMeasles.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD5DTPolio.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZD5DTYellowFever.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZIND07MeaslesHighTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZIND07MeaslesLowTx.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZIND08Measles.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZIND26YellowFever.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZIND40Measles.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZINDMeasles.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZINDYellowFever.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZIndicatorCommon.json

+2-2
Large diffs are not rendered by default.

input/resources/library/IMMZStratifiers.json

+2-2
Large diffs are not rendered by default.

input/resources/library/WHOCommon.json

+2-2
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"resourceType": "Immunization",
3+
"id": "hepbb-21.D0Alt4w",
4+
"status": "completed",
5+
"vaccineCode": {
6+
"coding": [
7+
{
8+
"code": "XM9V38",
9+
"system": "http://hl7.org/fhir/sid/icd-11",
10+
"display": "Hepatitis B, purified antigen"
11+
}
12+
]
13+
},
14+
"expirationDate": "2025-03-11",
15+
"lotNumber": "123",
16+
"patient": {
17+
"reference": "Patient/21.D0Alt4w"
18+
},
19+
"location": {
20+
"display": "Vaccination Site"
21+
},
22+
"occurrenceDateTime": "2024-03-11",
23+
"protocolApplied": [
24+
{
25+
"doseNumberString": "birth"
26+
}
27+
]
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"resourceType": "Immunization",
3+
"id": "hepbb-22.D0Agt4w",
4+
"status": "completed",
5+
"vaccineCode": {
6+
"coding": [
7+
{
8+
"code": "XM9V38",
9+
"system": "http://hl7.org/fhir/sid/icd-11",
10+
"display": "Hepatitis B, purified antigen"
11+
}
12+
]
13+
},
14+
"expirationDate": "2025-03-11",
15+
"lotNumber": "123",
16+
"patient": {
17+
"reference": "Patient/22.D0Agt4w"
18+
},
19+
"location": {
20+
"display": "Vaccination Site"
21+
},
22+
"occurrenceDateTime": "2024-02-06",
23+
"protocolApplied": [
24+
{
25+
"doseNumberString": "birth"
26+
}
27+
]
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"resourceType": "Immunization",
3+
"id": "hepbb-23.D1Hlt4w",
4+
"status": "completed",
5+
"vaccineCode": {
6+
"coding": [
7+
{
8+
"code": "XM9V38",
9+
"system": "http://hl7.org/fhir/sid/icd-11",
10+
"display": "Hepatitis B, purified antigen"
11+
}
12+
]
13+
},
14+
"expirationDate": "2025-03-11",
15+
"lotNumber": "123",
16+
"patient": {
17+
"reference": "Patient/23.D1Hlt4w"
18+
},
19+
"location": {
20+
"display": "Vaccination Site"
21+
},
22+
"occurrenceDateTime": "2024-02-06",
23+
"protocolApplied": [
24+
{
25+
"doseNumberString": "birth"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)