FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.surveillanceIG
Resource TypeValueSet
IdValueSet-CausativeAgentVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Surveillance-FHIR-IG/ValueSet-CausativeAgentVS.html
URLhttp://example.org/ValueSet/CausativeAgentVS
Version0.1.0
Statusdraft
Date2026-02-24T08:31:28+00:00
NameCSAGENTVS
TitleCausative Agent
Realmus
Authorityhl7
DescriptionCause of the event (Causative agent)

Resources that use this resource

StructureDefinition
fhir.surveillanceIG#currentcausative-agentCausative Agent

Resources that this resource uses

CodeSystem
fhir.surveillanceIG#currentUNORDEREDCodeSystem

Narrative

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

Generated Narrative: ValueSet CausativeAgentVS


Source1

{
  "resourceType": "ValueSet",
  "id": "CausativeAgentVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/ValueSet/CausativeAgentVS",
  "version": "0.1.0",
  "name": "CSAGENTVS",
  "title": "Causative Agent",
  "status": "draft",
  "experimental": false,
  "date": "2026-02-24T08:31:28+00:00",
  "publisher": "intellisoftConsulting",
  "contact": [
    {
      "name": "intellisoftConsulting",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    },
    {
      "name": "IntelliSOFT Consulting Ltd.",
      "telecom": [
        {
          "system": "email",
          "value": "info@intellisoftkenya.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Cause of the event (Causative agent)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://example.org/CodeSystem/UNORDERED",
        "concept": [
          {
            "code": "001"
          },
          {
            "code": "002"
          }
        ]
      }
    ]
  }
}