| Package | immunizationfhirig |
| Resource Type | ValueSet |
| Id | SEIREncounterType |
| FHIR Version | R4 |
| Source | urn://example.com/seirfhirig/fhir/https://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/ValueSet-SEIREncounterType.html |
| URL | http://seir.dohnip.org/valueset/encounter-type |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-06-16T13:41:39+00:00 |
| Name | SEIR___Encounter_Type |
| Title | SEIR Encounter Type |
| Description | Type of encounter when the vaccine was administered to the client |
No resources found
| CodeSystem | |
| encounter-type | SEIR Encounter Type |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet SEIREncounterType
version: 1; Last updated: 2025-06-13 12:54:40+0000
http://seir.dohnip.org/codesystem/encounter-type| Code | Display | Definition |
| campaign | Campaign | Vaccine given during a mass immunization campaign |
| routine | Routine | Routine immunization |
{
"resourceType": "ValueSet",
"id": "SEIREncounterType",
"meta": {
"versionId": "1",
"lastUpdated": "2025-06-13T12:54:40.475+00:00"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://seir.dohnip.org/valueset/encounter-type",
"version": "0.1.0",
"name": "SEIR___Encounter_Type",
"title": "SEIR Encounter Type",
"status": "draft",
"date": "2025-06-16T13:41:39+00:00",
"publisher": "UP Manila SILab",
"contact": [
{
"name": "UP Manila SILab",
"telecom": [
{
"system": "url",
"value": "https://github.com/UP-Manila-SILab"
}
]
}
],
"description": "Type of encounter when the vaccine was administered to the client",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "PH",
"display": "Philippines"
}
]
}
],
"compose": {
"include": [
{
"system": "http://seir.dohnip.org/codesystem/encounter-type",
"concept": [
{
"code": "campaign",
"display": "Campaign"
},
{
"code": "routine",
"display": "Routine"
}
]
}
]
}
}