-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"resourceType": "Condition", | ||
"id": "NoVaxeninfant-f-allergic", | ||
"clinicalStatus": "active", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "DE167", | ||
"system": "http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D4", | ||
"display": "Severe allergic reactions" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/IMMZ-Patient-NoVaxeninfant-f-allergic" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"id": "birthweightnormal-NoVaxeninfant-f-allergic", | ||
"status": "final", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "276610007", | ||
"system": "http://snomed.info/sct", | ||
"display": "Birthweight" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/IMMZ-Patient-NoVaxeninfant-f-allergic" | ||
}, | ||
"effectiveDateTime": "2023-03-02", | ||
"valueQuantity": { | ||
"value": 2123, | ||
"code": "g", | ||
"system": "http://unitsofmeasure.org", | ||
"unit": "gram" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"resourceType": "Patient", | ||
"id": "IMMZ-Patient-NoVaxeninfant-f-allergic", | ||
"meta": { | ||
"profile": [ | ||
"http://worldhealthorganization.github.io/ddcc/StructureDefinition/Patient-uv-ips" | ||
] | ||
}, | ||
"name": [ | ||
{ | ||
"text": "NoVaxeninfant-f-allergic", | ||
"use": "official" | ||
} | ||
], | ||
"birthDate": "2023-03-02", | ||
"gender": "female" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"resourceType": "Condition", | ||
"id": "NoVaxeninfant-f-immunosuppressed", | ||
"clinicalStatus": "active", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "DE165", | ||
"system": "http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D4", | ||
"display": "Severely immunosuppressed" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/IMMZ-Patient-NoVaxeninfant-f-immunosuppressed" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"resourceType": "MedicationRequest", | ||
"id": "MRNoVaxeninfant-f-immunosuppressed", | ||
"meta": { | ||
"profile": [ "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest" ] | ||
}, | ||
"status": "draft", | ||
"intent": "proposal", | ||
"doNotPerform": false, | ||
"medicationCodeableConcept": { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/sid/icd-11", | ||
"code": "XM28X5", | ||
"display": "Measles vaccines" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/IMMZ-Patient-NoVaxeninfant-f-immunosuppressed" | ||
}, | ||
"dispenseRequest": { | ||
"validityPeriod": { | ||
"start": "2024-03-02T00:00:00.000Z" | ||
} | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"id": "birthweightnormal-NoVaxeninfant-f-immunosuppressed", | ||
"status": "final", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "276610007", | ||
"system": "http://snomed.info/sct", | ||
"display": "Birthweight" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/IMMZ-Patient-NoVaxeninfant-f-immunosuppressed" | ||
}, | ||
"effectiveDateTime": "2023-03-02", | ||
"valueQuantity": { | ||
"value": 2123, | ||
"code": "g", | ||
"system": "http://unitsofmeasure.org", | ||
"unit": "gram" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"resourceType": "Patient", | ||
"id": "IMMZ-Patient-NoVaxeninfant-f-immunosuppressed", | ||
"meta": { | ||
"profile": [ | ||
"http://worldhealthorganization.github.io/ddcc/StructureDefinition/Patient-uv-ips" | ||
] | ||
}, | ||
"name": [ | ||
{ | ||
"text": "NoVaxeninfant-f-immunosuppressed", | ||
"use": "official" | ||
} | ||
], | ||
"birthDate": "2023-03-02", | ||
"gender": "female" | ||
} |