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

FHIR IG Statistics: ValueSet/SEIREncounterType

Packageimmunizationfhirig
TypeValueSet
IdSEIREncounterType
FHIR VersionR4
Sourceurn://example.com/seirfhirig/fhir/https://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/ValueSet-SEIREncounterType.html
URLhttp://seir.dohnip.org/valueset/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

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
encounter-typeSEIR Encounter Type

Narrative

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


Source

{
  "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"
          }
        ]
      }
    ]
  }
}