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

FHIR IG Statistics: CodeSystem/AEFIPatientStatusCS

Packagefhir.giis
Resource TypeCodeSystem
IdAEFIPatientStatusCS
FHIR VersionR4
Sourcehttps://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/CodeSystem-AEFIPatientStatusCS.html
URLhttps://paho.org/fhir/giis/CodeSystem/AEFIPatientStatusCS
Version0.1.8
Statusdraft
Date2025-07-23T19:39:25+00:00
NameAEFIPatientStatusCS
TitlePatient Status related to an AEFI codes
Realmus
Authorityhl7
DescriptionPatient Status related to an AEFI codes
Contentcomplete

Resources that use this resource

ValueSet
AEFIPatientStatusVSPatient Status related to an AEFI codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem AEFIPatientStatusCS

Language: en-US

This case-sensitive code system https://paho.org/fhir/giis/CodeSystem/AEFIPatientStatusCS defines the following codes:

CodeDisplay
1 Recovered
2 Following
3 Dead

Source

{
  "resourceType": "CodeSystem",
  "id": "AEFIPatientStatusCS",
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://paho.org/fhir/giis/CodeSystem/AEFIPatientStatusCS",
  "version": "0.1.8",
  "name": "AEFIPatientStatusCS",
  "title": "Patient Status related to an AEFI codes",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-23T19:39:25+00:00",
  "publisher": "CENS",
  "contact": [
    {
      "name": "CENS",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cens.cl"
        }
      ]
    }
  ],
  "description": "Patient Status related to an AEFI codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "1",
      "display": "Recovered"
    },
    {
      "code": "2",
      "display": "Following"
    },
    {
      "code": "3",
      "display": "Dead"
    }
  ]
}