FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/SEIREncounterType

Packageimmunizationfhirig
TypeCodeSystem
IdSEIREncounterType
FHIR VersionR4
Sourceurn://example.com/seirfhirig/fhir/https://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/CodeSystem-SEIREncounterType.html
URLhttp://seir.dohnip.org/codesystem/encounter-type
Version0.1.0
Statusdraft
Date2025-06-16T13:41:39+00:00
NameSEIR___Encounter_Type
TitleSEIR Encounter Type
DescriptionType of encounter when the vaccine was administered to the client
Contentcomplete

Resources that use this resource

ValueSet
encounter-typeSEIR Encounter Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem SEIREncounterType

version: 1; Last updated: 2025-06-13 12:52:06+0000

This case-sensitive code system http://seir.dohnip.org/codesystem/encounter-type defines the following codes:

CodeDisplayDefinition
campaign CampaignVaccine given during a mass immunization campaign
routine RoutineRoutine immunization

Source

{
  "resourceType": "CodeSystem",
  "id": "SEIREncounterType",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-06-13T12:52:06.987+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://seir.dohnip.org/codesystem/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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://seir.dohnip.org/valueset/encounter-type",
  "compositional": false,
  "versionNeeded": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "campaign",
      "display": "Campaign",
      "definition": "Vaccine given during a mass immunization campaign"
    },
    {
      "code": "routine",
      "display": "Routine",
      "definition": "Routine immunization"
    }
  ]
}